Html Css Color HEX #001076 Navy

📋 copy color: '#001076'

red 0 ◦ green 16 ◦ blue 118

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

Shades of Navy #001076

Tints of Navy #001076

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 118 (46.48% from 255) = 88.06%

R = 0%
G = 11.94%
B = 88.06%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001076 (or 0x001076) is known color: Navy. HEX triplet: 00, 10 and 76. RGB value is (0,16,118). Sum of RGB (Red+Green+Blue) = 0+16+118=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #001076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001076 is #FFEF89. Grayscale: #161616. Windows color (decimal): -16773002 or 7737344. OLE color: 7737344.

HSL color Cylindrical-coordinate representation of color #001076: hue angle of 231.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001076 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 16 118 -
CMYK 1 0.86 0 0.54
HSL 231.86º 1% 0.23% -
HSV(B) 231.86º 1% 0.46% -
XYZ 3.46 1.68 17.28 -
YUV 22.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 0 16 118 1 0.86 0 0.54 231.86 1 0.23
Hex 0 10 76 64 56 0 36 E8 64 17
Octal 0 20 166 144 126 0 66 350 144 27
Binary 0 10000 1110110 1100100 1010110 0 110110 11101000 1100100 10111

Color Harmonies of #001076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001076

Black with #001076

Text Example


Text Example

White with #001076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001076; }

 p { color: rgb(0,16,118); }

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

background-color css

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

 a { background-color: rgb(0,16,118); }

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

border-color css

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

 span { border-color: rgb(0,16,118); }

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