#07087B

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

Shades of Navy #07087B

Tints of Navy #07087B

Color information

#07087B (or 0x07087B) is unknown color: approx Navy. HEX triplet: 07, 08 and 7B. RGB value is (7,8,123). Sum of RGB (Red+Green+Blue) = 7+8+123=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #07087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07087B is #F8F784. Grayscale: #141414. Windows color (decimal): -16316293 or 8062983. OLE color: 8062983.

HSL color Cylindrical-coordinate representation of color #07087B: hue angle of 239.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07087B is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB78123-
CMYK0.940.9300.52
HSL239.48º89.23%25.49%-
HSV(B)239.48º94.31%48.24%-
XYZ3.751.6518.86-
YUV20.81185.67118.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 123 (48.44% from 255) = 89.13%
R=5.07%
G=5.80%
B=89.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal781230.940.9300.52239.4889.2325.49
Hex787B5E5D034ef5919
Octal71017313613506435713131
Binary1111000111101110111101011101011010011101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07087B; }

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

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

<style>
 a { background-color: #07087B; }

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

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

<style>
 span { border-color: #07087B; }

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

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