Html Css Color HEX #01076D Navy

📋 copy color: '#01076D'

red 1 ◦ green 7 ◦ blue 109

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

Shades of Navy #01076D

Tints of Navy #01076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.98%

 BLUE value IS 109 (42.97% from 255) = 93.16%

R = 0.85%
G = 5.98%
B = 93.16%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01076D (or 0x01076D) is known color: Navy. HEX triplet: 01, 07 and 6D. RGB value is (1,7,109). Sum of RGB (Red+Green+Blue) = 1+7+109=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 109 (42.97% from 255 or 93.16% from 117); Max value from RGB is 109 - color contains mainly: blue. Hex color #01076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01076D is #FEF892. Grayscale: #101010. Windows color (decimal): -16709779 or 7145217. OLE color: 7145217.

HSL color Cylindrical-coordinate representation of color #01076D: hue angle of 236.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01076D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 7 109 -
CMYK 0.99 0.94 0 0.57
HSL 236.67º 0.98% 0.22% -
HSV(B) 236.67º 0.99% 0.43% -
XYZ 2.85 1.26 14.56 -
YUV 16.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 1 7 109 0.99 0.94 0 0.57 236.67 0.98 0.22
Hex 1 7 6D 63 5E 0 39 ED 62 16
Octal 1 7 155 143 136 0 71 355 142 26
Binary 1 111 1101101 1100011 1011110 0 111001 11101101 1100010 10110

Color Harmonies of #01076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01076D

Black with #01076D

Text Example


Text Example

White with #01076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01076D; }

 p { color: rgb(1,7,109); }

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

background-color css

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

 a { background-color: rgb(1,7,109); }

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

border-color css

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

 span { border-color: rgb(1,7,109); }

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