Html Css Color HEX #07096F Navy

📋 copy color: '#07096F'

red 7 ◦ green 9 ◦ blue 111

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

Shades of Navy #07096F

Tints of Navy #07096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 5.51%
G = 7.09%
B = 87.4%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07096F (or 0x07096F) is known color: Navy. HEX triplet: 07, 09 and 6F. RGB value is (7,9,111). Sum of RGB (Red+Green+Blue) = 7+9+111=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #07096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07096F is #F8F690. Grayscale: #131313. Windows color (decimal): -16316049 or 7276807. OLE color: 7276807.

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

Color convert

RGB 7 9 111 -
CMYK 0.94 0.92 0 0.56
HSL 238.85º 0.88% 0.23% -
HSV(B) 238.85º 0.94% 0.44% -
XYZ 3.05 1.39 15.15 -
YUV 20.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 7 9 111 0.94 0.92 0 0.56 238.85 0.88 0.23
Hex 7 9 6F 5E 5C 0 38 EF 58 17
Octal 7 11 157 136 134 0 70 357 130 27
Binary 111 1001 1101111 1011110 1011100 0 111000 11101111 1011000 10111

Color Harmonies of #07096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07096F

Black with #07096F

Text Example


Text Example

White with #07096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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