COLOR #001961

HEX: #001961
RGB: (0,25,97)

Renk bilgisi

#001961 contains mainly blue color. #001961 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#001961 color RGB value is (0,25,97).

  • kırmız ton 0;
  • yeşil ton 25;
  • mavi ton 97.
RGB:
(0,25,97)
(0%,10%,38%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 25 of 255 = 10%
B 97 of 255 = 38%

0
25
97

R + G + B ~ 16%. #001961 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 25 + 97 = 122 (100%)
R 0 of 122 ~ 0%
G 25 of 122 ~ 20.49%
B 97 of 122 ~ 79.51%

%20.49
%79.51

CMYK RENK MODELİ

#001961 rengi CMYK tonu (100,74,0,62).

  • camgöbeği tonu 100.00%
  • eflatun tonu 74.23%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(100,74,0,62)
C100M74Y0K62 
(100%,74%,0%,62%)
(1.00/0.74/0.00/0.62)	

CMYK yüzdeleri

%100
%74.23
%0
%61.96

Codes

Color #001961 in popluar color models

001961
RGB02597
HSL225°100.00%19.02%
HSB/HSV225°100.00%38.04%
CMYK100.00%74.23%0.00%
61.96%

Color #001961 in popluar number systems.

HEX001961
Decimal02597
Binary0110011100001
Octal031141

Shades and tints

Shades of #001961

#001961
(0,25,97)
#001759
(0,23,89)
#001551
(0,21,81)
#001349
(0,19,73)
#001141
(0,17,65)
#000F39
(0,15,57)
#000D31
(0,13,49)
#000B29
(0,11,41)
#000921
(0,9,33)
#000719
(0,7,25)
#000511
(0,5,17)
#000000
(0,0,0)

Tints of #001961

#001961
(0,25,97)
#172D6F
(23,45,111)
#2E417D
(46,65,125)
#45558B
(69,85,139)
#5C6999
(92,105,153)
#737DA7
(115,125,167)
#8A91B5
(138,145,181)
#A1A5C3
(161,165,195)
#B8B9D1
(184,185,209)
#CFCDDF
(207,205,223)
#E6E1ED
(230,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001961 color. Also use rgb(0,25,97) instead hex code.

Text Font Color

.myTextColor { color: #001961; }

<p style="color:#001961">This sample text font color is #001961.</p>

This text font color is #001961.


Background Color

.myBgColor { background-color: #001961; }

<div style="background-color:#001961">Inner text</div>

This div background color is #001961.


Border color

.myBorderColor { border: 1px solid #001961; }

<div style="border:3px solid #001961">Div</div>

This div border color is #001961.


Opacity

.myOpacity80 { color: #001961; opacity: 0.8; }

<p style="color:#001961;opacity:0.8;">80%</p>

Text with #001961 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #001961;}

<p style="text-shadow: 3px 3px 1px #001961">Text here.</p>

This text has shadow with #001961 color.

.textShadow {text-shadow: 3px 3px 1px #001961, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #001961, 5px 5px 20px red">Text here.</p>

This text has shadow with #001961 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001961, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#001961, Direction=45, Strength=4)">Text</p>

This text has shadow with #001961 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #001961;
  -webkit-box-shadow:	1px 1px 3px 2px #001961;
  box-shadow:		1px 1px 3px 2px #001961;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001961;
-webkit-box-shadow: 1px 1px 3px 2px #001961;
box-shadow:1px 1px 3px 2px #001961;">
Div content here</div>
This div box has shadow with color #001961.

Preview

Color preview on black background

This text has color #001961 on black background.


Color preview on white background

This text has color #001961 on white background.



Black color preview on #001961 background

This text has black color on #001961 background.


White color preview on #001961 background

This text has white color on #001961 background.