Html Css Color HEX #07086C Navy

📋 copy color: '#07086C'

red 7 ◦ green 8 ◦ blue 108

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

Shades of Navy #07086C

Tints of Navy #07086C

RGB

 RED value IS 7 (3.13% from 255) = 5.69%

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 108 (42.58% from 255) = 87.8%

R = 5.69%
G = 6.5%
B = 87.8%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07086C (or 0x07086C) is known color: Navy. HEX triplet: 07, 08 and 6C. RGB value is (7,8,108). Sum of RGB (Red+Green+Blue) = 7+8+108=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #07086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07086C is #F8F793. Grayscale: #121212. Windows color (decimal): -16316308 or 7079943. OLE color: 7079943.

HSL color Cylindrical-coordinate representation of color #07086C: hue angle of 239.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07086C is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 8 108 -
CMYK 0.94 0.93 0 0.58
HSL 239.41º 0.88% 0.23% -
HSV(B) 239.41º 0.94% 0.42% -
XYZ 2.88 1.3 14.29 -
YUV 19.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 7 8 108 0.94 0.93 0 0.58 239.41 0.88 0.23
Hex 7 8 6C 5E 5D 0 3A EF 58 17
Octal 7 10 154 136 135 0 72 357 130 27
Binary 111 1000 1101100 1011110 1011101 0 111010 11101111 1011000 10111

Color Harmonies of #07086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07086C

Black with #07086C

Text Example


Text Example

White with #07086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07086C; }

 p { color: rgb(7,8,108); }

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

background-color css

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

 a { background-color: rgb(7,8,108); }

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

border-color css

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

 span { border-color: rgb(7,8,108); }

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