Html Css Color HEX #011081 Navy

📋 copy color: '#011081'

red 1 ◦ green 16 ◦ blue 129

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

Shades of Navy #011081

Tints of Navy #011081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.96%

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

R = 0.68%
G = 10.96%
B = 88.36%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011081 (or 0x011081) is known color: Navy. HEX triplet: 01, 10 and 81. RGB value is (1,16,129). Sum of RGB (Red+Green+Blue) = 1+16+129=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 129 (50.78% from 255 or 88.36% from 146); Max value from RGB is 129 - color contains mainly: blue. Hex color #011081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011081 is #FEEF7E. Grayscale: #171717. Windows color (decimal): -16707455 or 8458241. OLE color: 8458241.

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

Color convert

RGB 1 16 129 -
CMYK 0.99 0.88 0 0.49
HSL 232.97º 0.98% 0.25% -
HSV(B) 232.97º 0.99% 0.51% -
XYZ 4.16 1.96 20.93 -
YUV 24.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 1 16 129 0.99 0.88 0 0.49 232.97 0.98 0.25
Hex 1 10 81 63 58 0 31 E9 62 19
Octal 1 20 201 143 130 0 61 351 142 31
Binary 1 10000 10000001 1100011 1011000 0 110001 11101001 1100010 11001

Color Harmonies of #011081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011081

Black with #011081

Text Example


Text Example

White with #011081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011081; }

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

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

background-color css

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

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

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

border-color css

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

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

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