Html Css Color HEX #011881 Navy

📋 copy color: '#011881'

red 1 ◦ green 24 ◦ blue 129

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

Shades of Navy #011881

Tints of Navy #011881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 0.65%
G = 15.58%
B = 83.77%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011881 (or 0x011881) is known color: Navy. HEX triplet: 01, 18 and 81. RGB value is (1,24,129). Sum of RGB (Red+Green+Blue) = 1+24+129=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #011881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011881 is #FEE77E. Grayscale: #1C1C1C. Windows color (decimal): -16705407 or 8460289. OLE color: 8460289.

HSL color Cylindrical-coordinate representation of color #011881: hue angle of 229.22º 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 #011881 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 24 129 -
CMYK 0.99 0.81 0 0.49
HSL 229.22º 0.98% 0.25% -
HSV(B) 229.22º 0.99% 0.51% -
XYZ 4.3 2.24 20.98 -
YUV 29.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 1 24 129 0.99 0.81 0 0.49 229.22 0.98 0.25
Hex 1 18 81 63 51 0 31 E5 62 19
Octal 1 30 201 143 121 0 61 345 142 31
Binary 1 11000 10000001 1100011 1010001 0 110001 11100101 1100010 11001

Color Harmonies of #011881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011881

Black with #011881

Text Example


Text Example

White with #011881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011881; }

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

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

background-color css

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

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

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

border-color css

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

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

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