Html Css Color HEX #011073 Navy

📋 copy color: '#011073'

red 1 ◦ green 16 ◦ blue 115

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

Shades of Navy #011073

Tints of Navy #011073

RGB

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

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

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

R = 0.76%
G = 12.12%
B = 87.12%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011073 (or 0x011073) is known color: Navy. HEX triplet: 01, 10 and 73. RGB value is (1,16,115). Sum of RGB (Red+Green+Blue) = 1+16+115=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #011073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011073 is #FEEF8C. Grayscale: #161616. Windows color (decimal): -16707469 or 7540737. OLE color: 7540737.

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

Color convert

RGB 1 16 115 -
CMYK 0.99 0.86 0 0.55
HSL 232.11º 0.98% 0.23% -
HSV(B) 232.11º 0.99% 0.45% -
XYZ 3.29 1.61 16.36 -
YUV 22.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 1 16 115 0.99 0.86 0 0.55 232.11 0.98 0.23
Hex 1 10 73 63 56 0 37 E8 62 17
Octal 1 20 163 143 126 0 67 350 142 27
Binary 1 10000 1110011 1100011 1010110 0 110111 11101000 1100010 10111

Color Harmonies of #011073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011073

Black with #011073

Text Example


Text Example

White with #011073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011073; }

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

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

background-color css

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

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

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

border-color css

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

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

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