Html Css Color HEX #011981 Navy

📋 copy color: '#011981'

red 1 ◦ green 25 ◦ blue 129

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

Shades of Navy #011981

Tints of Navy #011981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 0.65%
G = 16.13%
B = 83.23%

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

#011981 (or 0x011981) is known color: Navy. HEX triplet: 01, 19 and 81. RGB value is (1,25,129). Sum of RGB (Red+Green+Blue) = 1+25+129=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #011981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011981 is #FEE67E. Grayscale: #1D1D1D. Windows color (decimal): -16705151 or 8460545. OLE color: 8460545.

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

Color convert

RGB 1 25 129 -
CMYK 0.99 0.81 0 0.49
HSL 228.75º 0.98% 0.25% -
HSV(B) 228.75º 0.99% 0.51% -
XYZ 4.32 2.29 20.98 -
YUV 29.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 1 25 129 0.99 0.81 0 0.49 228.75 0.98 0.25
Hex 1 19 81 63 51 0 31 E5 62 19
Octal 1 31 201 143 121 0 61 345 142 31
Binary 1 11001 10000001 1100011 1010001 0 110001 11100101 1100010 11001

Color Harmonies of #011981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011981

Black with #011981

Text Example


Text Example

White with #011981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011981; }

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

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

background-color css

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

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

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

border-color css

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

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

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