Html Css Color HEX #011075 Navy

📋 copy color: '#011075'

red 1 ◦ green 16 ◦ blue 117

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

Shades of Navy #011075

Tints of Navy #011075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 87.31%

R = 0.75%
G = 11.94%
B = 87.31%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011075 (or 0x011075) is known color: Navy. HEX triplet: 01, 10 and 75. RGB value is (1,16,117). Sum of RGB (Red+Green+Blue) = 1+16+117=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #011075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011075 is #FEEF8A. Grayscale: #161616. Windows color (decimal): -16707467 or 7671809. OLE color: 7671809.

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

Color convert

RGB 1 16 117 -
CMYK 0.99 0.86 0 0.54
HSL 232.24º 0.98% 0.23% -
HSV(B) 232.24º 0.99% 0.46% -
XYZ 3.41 1.66 16.97 -
YUV 23.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 1 16 117 0.99 0.86 0 0.54 232.24 0.98 0.23
Hex 1 10 75 63 56 0 36 E8 62 17
Octal 1 20 165 143 126 0 66 350 142 27
Binary 1 10000 1110101 1100011 1010110 0 110110 11101000 1100010 10111

Color Harmonies of #011075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011075

Black with #011075

Text Example


Text Example

White with #011075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011075; }

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

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

background-color css

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

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

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

border-color css

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

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

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