#06087B

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

Shades of Navy #06087B

Tints of Navy #06087B

Color information

#06087B (or 0x06087B) is unknown color: approx Navy. HEX triplet: 06, 08 and 7B. RGB value is (6,8,123). Sum of RGB (Red+Green+Blue) = 6+8+123=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #06087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06087B is #F9F784. Grayscale: #141414. Windows color (decimal): -16381829 or 8062982. OLE color: 8062982.

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

Color convert

RGB68123-
CMYK0.950.9300.52
HSL238.97º90.7%25.29%-
HSV(B)238.97º95.12%48.24%-
XYZ3.741.6418.86-
YUV20.51185.84117.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 123 (48.44% from 255) = 89.78%
R=4.38%
G=5.84%
B=89.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal681230.950.9300.52238.9790.725.29
Hex687B5F5D034ef5b19
Octal61017313713506435713331
Binary1101000111101110111111011101011010011101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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