Html Css Color HEX #011181 Navy

📋 copy color: '#011181'

red 1 ◦ green 17 ◦ blue 129

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

Shades of Navy #011181

Tints of Navy #011181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 129 (50.78% from 255) = 87.76%

R = 0.68%
G = 11.56%
B = 87.76%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011181 (or 0x011181) is known color: Navy. HEX triplet: 01, 11 and 81. RGB value is (1,17,129). Sum of RGB (Red+Green+Blue) = 1+17+129=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 129 (50.78% from 255 or 87.76% from 147); Max value from RGB is 129 - color contains mainly: blue. Hex color #011181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011181 is #FEEE7E. Grayscale: #181818. Windows color (decimal): -16707199 or 8458497. OLE color: 8458497.

HSL color Cylindrical-coordinate representation of color #011181: hue angle of 232.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011181 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 17 129 -
CMYK 0.99 0.87 0 0.49
HSL 232.5º 0.98% 0.25% -
HSV(B) 232.5º 0.99% 0.51% -
XYZ 4.18 1.99 20.93 -
YUV 24.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 1 17 129 0.99 0.87 0 0.49 232.5 0.98 0.25
Hex 1 11 81 63 57 0 31 E8 62 19
Octal 1 21 201 143 127 0 61 350 142 31
Binary 1 10001 10000001 1100011 1010111 0 110001 11101000 1100010 11001

Color Harmonies of #011181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011181

Black with #011181

Text Example


Text Example

White with #011181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011181; }

 p { color: rgb(1,17,129); }

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

background-color css

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

 a { background-color: rgb(1,17,129); }

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

border-color css

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

 span { border-color: rgb(1,17,129); }

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