#0A087B

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

Shades of Navy #0A087B

Tints of Navy #0A087B

Color information

#0A087B (or 0x0A087B) is unknown color: approx Navy. HEX triplet: 0A, 08 and 7B. RGB value is (10,8,123). Sum of RGB (Red+Green+Blue) = 10+8+123=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A087B is #F5F784. Grayscale: #151515. Windows color (decimal): -16119685 or 8062986. OLE color: 8062986.

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

Color convert

RGB108123-
CMYK0.920.9300.52
HSL241.04º87.79%25.69%-
HSV(B)241.04º93.5%48.24%-
XYZ3.791.6718.86-
YUV21.71185.16119.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 123 (48.44% from 255) = 87.23%
R=7.09%
G=5.67%
B=87.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081230.920.9300.52241.0487.7925.69
HexA87B5C5D034f1581a
Octal121017313413506436113032
Binary10101000111101110111001011101011010011110001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A087B; }

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

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

<style>
 a { background-color: #0A087B; }

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

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

<style>
 span { border-color: #0A087B; }

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

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