Html Css Color HEX #02076F Navy

📋 copy color: '#02076F'

red 2 ◦ green 7 ◦ blue 111

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

Shades of Navy #02076F

Tints of Navy #02076F

RGB

 RED value IS 2 (1.17% from 255) = 1.67%

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

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

R = 1.67%
G = 5.83%
B = 92.5%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02076F (or 0x02076F) is known color: Navy. HEX triplet: 02, 07 and 6F. RGB value is (2,7,111). Sum of RGB (Red+Green+Blue) = 2+7+111=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #02076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02076F is #FDF890. Grayscale: #101010. Windows color (decimal): -16644241 or 7276290. OLE color: 7276290.

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

Color convert

RGB 2 7 111 -
CMYK 0.98 0.94 0 0.56
HSL 237.25º 0.96% 0.22% -
HSV(B) 237.25º 0.98% 0.44% -
XYZ 2.97 1.31 15.14 -
YUV 17.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 2 7 111 0.98 0.94 0 0.56 237.25 0.96 0.22
Hex 2 7 6F 62 5E 0 38 ED 60 16
Octal 2 7 157 142 136 0 70 355 140 26
Binary 10 111 1101111 1100010 1011110 0 111000 11101101 1100000 10110

Color Harmonies of #02076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02076F

Black with #02076F

Text Example


Text Example

White with #02076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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