Html Css Color HEX #011681 Navy

📋 copy color: '#011681'

red 1 ◦ green 22 ◦ blue 129

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

Shades of Navy #011681

Tints of Navy #011681

RGB

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

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

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

R = 0.66%
G = 14.47%
B = 84.87%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011681 (or 0x011681) is known color: Navy. HEX triplet: 01, 16 and 81. RGB value is (1,22,129). Sum of RGB (Red+Green+Blue) = 1+22+129=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #011681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011681 is #FEE97E. Grayscale: #1B1B1B. Windows color (decimal): -16705919 or 8459777. OLE color: 8459777.

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

Color convert

RGB 1 22 129 -
CMYK 0.99 0.83 0 0.49
HSL 230.16º 0.98% 0.25% -
HSV(B) 230.16º 0.99% 0.51% -
XYZ 4.26 2.17 20.96 -
YUV 27.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 1 22 129 0.99 0.83 0 0.49 230.16 0.98 0.25
Hex 1 16 81 63 53 0 31 E6 62 19
Octal 1 26 201 143 123 0 61 346 142 31
Binary 1 10110 10000001 1100011 1010011 0 110001 11100110 1100010 11001

Color Harmonies of #011681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011681

Black with #011681

Text Example


Text Example

White with #011681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011681; }

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

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

background-color css

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

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

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

border-color css

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

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

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