#0A487B

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

Shades of Dark Cerulean #0A487B

Tints of Dark Cerulean #0A487B

Color information

#0A487B (or 0x0A487B) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 48 and 7B. RGB value is (10,72,123). Sum of RGB (Red+Green+Blue) = 10+72+123=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A487B is #F5B784. Grayscale: #3B3B3B. Windows color (decimal): -16103301 or 8079370. OLE color: 8079370.

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

Color convert

RGB1072123-
CMYK0.920.4100.52
HSL207.08º84.96%26.08%-
HSV(B)207.08º91.87%48.24%-
XYZ6.026.1319.6-
YUV59.28163.9692.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 123 (48.44% from 255) = 60%
R=4.88%
G=35.12%
B=60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10721230.920.4100.52207.0884.9626.08
HexA487B5C29034cf551a
Octal121101731345106431712532
Binary1010100100011110111011100101001011010011001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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