Html Css Color HEX #011781 Navy

📋 copy color: '#011781'

red 1 ◦ green 23 ◦ blue 129

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

Shades of Navy #011781

Tints of Navy #011781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 0.65%
G = 15.03%
B = 84.31%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011781 (or 0x011781) is known color: Navy. HEX triplet: 01, 17 and 81. RGB value is (1,23,129). Sum of RGB (Red+Green+Blue) = 1+23+129=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #011781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011781 is #FEE87E. Grayscale: #1C1C1C. Windows color (decimal): -16705663 or 8460033. OLE color: 8460033.

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

Color convert

RGB 1 23 129 -
CMYK 0.99 0.82 0 0.49
HSL 229.69º 0.98% 0.25% -
HSV(B) 229.69º 0.99% 0.51% -
XYZ 4.28 2.2 20.97 -
YUV 28.51 184.71 108.38 -
System Red Green Blue C M Y K H S L
Decimal 1 23 129 0.99 0.82 0 0.49 229.69 0.98 0.25
Hex 1 17 81 63 52 0 31 E6 62 19
Octal 1 27 201 143 122 0 61 346 142 31
Binary 1 10111 10000001 1100011 1010010 0 110001 11100110 1100010 11001

Color Harmonies of #011781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011781

Black with #011781

Text Example


Text Example

White with #011781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011781; }

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

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

background-color css

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

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

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

border-color css

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

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

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