Html Css Color HEX #01076F Navy

📋 copy color: '#01076F'

red 1 ◦ green 7 ◦ blue 111

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

Shades of Navy #01076F

Tints of Navy #01076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 93.28%

R = 0.84%
G = 5.88%
B = 93.28%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01076F (or 0x01076F) is known color: Navy. HEX triplet: 01, 07 and 6F. RGB value is (1,7,111). Sum of RGB (Red+Green+Blue) = 1+7+111=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 111 (43.75% from 255 or 93.28% from 119); Max value from RGB is 111 - color contains mainly: blue. Hex color #01076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01076F is #FEF890. Grayscale: #101010. Windows color (decimal): -16709777 or 7276289. OLE color: 7276289.

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

Color convert

RGB 1 7 111 -
CMYK 0.99 0.94 0 0.56
HSL 236.73º 0.98% 0.22% -
HSV(B) 236.73º 0.99% 0.44% -
XYZ 2.96 1.31 15.14 -
YUV 17.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 1 7 111 0.99 0.94 0 0.56 236.73 0.98 0.22
Hex 1 7 6F 63 5E 0 38 ED 62 16
Octal 1 7 157 143 136 0 70 355 142 26
Binary 1 111 1101111 1100011 1011110 0 111000 11101101 1100010 10110

Color Harmonies of #01076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01076F

Black with #01076F

Text Example


Text Example

White with #01076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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