Html Css Color HEX #070B76 Navy

📋 copy color: '#070B76'

red 7 ◦ green 11 ◦ blue 118

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

Shades of Navy #070B76

Tints of Navy #070B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.09%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 5.15%
G = 8.09%
B = 86.76%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#070B76 (or 0x070B76) is known color: Navy. HEX triplet: 07, 0B and 76. RGB value is (7,11,118). Sum of RGB (Red+Green+Blue) = 7+11+118=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #070B76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B76 is #F8F489. Grayscale: #151515. Windows color (decimal): -16315530 or 7736071. OLE color: 7736071.

HSL color Cylindrical-coordinate representation of color #070B76: hue angle of 237.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070B76 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 11 118 -
CMYK 0.94 0.91 0 0.54
HSL 237.84º 0.89% 0.25% -
HSV(B) 237.84º 0.94% 0.46% -
XYZ 3.48 1.59 17.26 -
YUV 22 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 7 11 118 0.94 0.91 0 0.54 237.84 0.89 0.25
Hex 7 B 76 5E 5B 0 36 EE 59 19
Octal 7 13 166 136 133 0 66 356 131 31
Binary 111 1011 1110110 1011110 1011011 0 110110 11101110 1011001 11001

Color Harmonies of #070B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B76

Black with #070B76

Text Example


Text Example

White with #070B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070B76; }

 p { color: rgb(7,11,118); }

 H1.HeaderClassName
 {
   color: #070B76;
 }
 .AnyTagClassName
 {
   color: #070B76;
 }
</style>

background-color css

<style>
 a { background-color: #070B76; }

 a { background-color: rgb(7,11,118); }

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

border-color css

<style>
 span { border-color: #070B76; }

 span { border-color: rgb(7,11,118); }

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