#06087A

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

Shades of Navy #06087A

Tints of Navy #06087A

Color information

#06087A (or 0x06087A) is unknown color: approx Navy. HEX triplet: 06, 08 and 7A. RGB value is (6,8,122). Sum of RGB (Red+Green+Blue) = 6+8+122=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 122 (48.05% from 255 or 89.71% from 136); Max value from RGB is 122 - color contains mainly: blue. Hex color #06087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06087A is #F9F785. Grayscale: #131313. Windows color (decimal): -16381830 or 7997446. OLE color: 7997446.

HSL color Cylindrical-coordinate representation of color #06087A: 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 #06087A is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB68122-
CMYK0.950.9300.52
HSL238.97º90.62%25.1%-
HSV(B)238.97º95.08%47.84%-
XYZ3.671.6218.53-
YUV20.4185.34117.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 122 (48.05% from 255) = 89.71%
R=4.41%
G=5.88%
B=89.71%

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
Decimal681220.950.9300.52238.9790.6225.1
Hex687A5F5D034ef5b19
Octal61017213713506435713331
Binary1101000111101010111111011101011010011101111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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