Html Css Color HEX #001072 Navy

📋 copy color: '#001072'

red 0 ◦ green 16 ◦ blue 114

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

Shades of Navy #001072

Tints of Navy #001072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 87.69%

R = 0%
G = 12.31%
B = 87.69%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001072 (or 0x001072) is known color: Navy. HEX triplet: 00, 10 and 72. RGB value is (0,16,114). Sum of RGB (Red+Green+Blue) = 0+16+114=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #001072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001072 is #FFEF8D. Grayscale: #151515. Windows color (decimal): -16773006 or 7475200. OLE color: 7475200.

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

Color convert

RGB 0 16 114 -
CMYK 1 0.86 0 0.55
HSL 231.58º 1% 0.22% -
HSV(B) 231.58º 1% 0.45% -
XYZ 3.22 1.59 16.06 -
YUV 22.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 0 16 114 1 0.86 0 0.55 231.58 1 0.22
Hex 0 10 72 64 56 0 37 E8 64 16
Octal 0 20 162 144 126 0 67 350 144 26
Binary 0 10000 1110010 1100100 1010110 0 110111 11101000 1100100 10110

Color Harmonies of #001072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001072

Black with #001072

Text Example


Text Example

White with #001072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001072; }

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

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

background-color css

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

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

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

border-color css

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

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

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