Html Css Color HEX #011691 Dark Blue

📋 copy color: '#011691'

red 1 ◦ green 22 ◦ blue 145

#011691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #011691

Tints of Dark Blue #011691

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 22 (8.98% from 255) = 13.1%

 BLUE value IS 145 (57.03% from 255) = 86.31%

R = 0.6%
G = 13.1%
B = 86.31%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#011691 (or 0x011691) is known color: Dark Blue. HEX triplet: 01, 16 and 91. RGB value is (1,22,145). Sum of RGB (Red+Green+Blue) = 1+22+145=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #011691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011691 is #FEE96E. Grayscale: #1D1D1D. Windows color (decimal): -16705903 or 9508353. OLE color: 9508353.

HSL color Cylindrical-coordinate representation of color #011691: hue angle of 231.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011691 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 22 145 -
CMYK 0.99 0.85 0 0.43
HSL 231.25º 0.99% 0.29% -
HSV(B) 231.25º 0.99% 0.57% -
XYZ 5.41 2.62 27.01 -
YUV 29.74 193.04 107.5 -
System Red Green Blue C M Y K H S L
Decimal 1 22 145 0.99 0.85 0 0.43 231.25 0.99 0.29
Hex 1 16 91 63 55 0 2B E7 63 1D
Octal 1 26 221 143 125 0 53 347 143 35
Binary 1 10110 10010001 1100011 1010101 0 101011 11100111 1100011 11101

Color Harmonies of #011691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011691

Black with #011691

Text Example


Text Example

White with #011691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011691; }

 p { color: rgb(1,22,145); }

 H1.HeaderClassName
 {
   color: #011691;
 }
 .AnyTagClassName
 {
   color: #011691;
 }
</style>

background-color css

<style>
 a { background-color: #011691; }

 a { background-color: rgb(1,22,145); }

 div.DivClassName
 {
   background-color: #011691;
 }
 .BgClassName
 {
   background-color: #011691;
 }
</style>

border-color css

<style>
 span { border-color: #011691; }

 span { border-color: rgb(1,22,145); }

 td.TdClassName
 {
   border-color: #011691;
 }
 .TagClassName
 {
   border-color: #011691;
 }
</style>