#08087A

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

Shades of Navy #08087A

Tints of Navy #08087A

Color information

#08087A (or 0x08087A) is unknown color: approx Navy. HEX triplet: 08, 08 and 7A. RGB value is (8,8,122). Sum of RGB (Red+Green+Blue) = 8+8+122=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #08087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08087A is #F7F785. Grayscale: #141414. Windows color (decimal): -16250758 or 7997448. OLE color: 7997448.

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

Color convert

RGB88122-
CMYK0.930.9300.52
HSL240º87.69%25.49%-
HSV(B)240º93.44%47.84%-
XYZ3.71.6318.53-
YUV21185118.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 122 (48.05% from 255) = 88.41%
R=5.80%
G=5.80%
B=88.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881220.930.9300.5224087.6925.49
Hex887A5D5D034f05819
Octal101017213513506436013031
Binary10001000111101010111011011101011010011110000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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