Html Css Color HEX #001073 Navy

📋 copy color: '#001073'

red 0 ◦ green 16 ◦ blue 115

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

Shades of Navy #001073

Tints of Navy #001073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 87.79%

R = 0%
G = 12.21%
B = 87.79%

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

#001073 (or 0x001073) is known color: Navy. HEX triplet: 00, 10 and 73. RGB value is (0,16,115). Sum of RGB (Red+Green+Blue) = 0+16+115=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #001073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001073 is #FFEF8C. Grayscale: #161616. Windows color (decimal): -16773005 or 7540736. OLE color: 7540736.

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

Color convert

RGB 0 16 115 -
CMYK 1 0.86 0 0.55
HSL 231.65º 1% 0.23% -
HSV(B) 231.65º 1% 0.45% -
XYZ 3.28 1.61 16.36 -
YUV 22.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 0 16 115 1 0.86 0 0.55 231.65 1 0.23
Hex 0 10 73 64 56 0 37 E8 64 17
Octal 0 20 163 144 126 0 67 350 144 27
Binary 0 10000 1110011 1100100 1010110 0 110111 11101000 1100100 10111

Color Harmonies of #001073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001073

Black with #001073

Text Example


Text Example

White with #001073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001073; }

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

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

background-color css

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

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

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

border-color css

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

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

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