#070B75

Color #070B75 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #070B75

Tints of Navy #070B75

Color information

#070B75 (or 0x070B75) is unknown color: approx Navy. HEX triplet: 07, 0B and 75. RGB value is (7,11,117). Sum of RGB (Red+Green+Blue) = 7+11+117=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #070B75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B75 is #F8F48A. Grayscale: #151515. Windows color (decimal): -16315531 or 7670535. OLE color: 7670535.

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

Color convert

RGB711117-
CMYK0.940.9100.54
HSL237.82º88.71%24.31%-
HSV(B)237.82º94.02%45.88%-
XYZ3.421.5716.95-
YUV21.89181.67117.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 117 (46.09% from 255) = 86.67%
R=5.19%
G=8.15%
B=86.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7111170.940.9100.54237.8288.7124.31
Hex7B755E5B036ee5918
Octal71316513613306635613130
Binary1111011111010110111101011011011011011101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #070B75;
 }
 .AnyTagClassName
 {
   color: #070B75;
 }
</style>
background-color css

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

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

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

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

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

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