#0A5678

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

Shades of Dark Cerulean #0A5678

Tints of Dark Cerulean #0A5678

Color information

#0A5678 (or 0x0A5678) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 56 and 78. RGB value is (10,86,120). Sum of RGB (Red+Green+Blue) = 10+86+120=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A5678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5678 is #F5A987. Grayscale: #424242. Windows color (decimal): -16099720 or 7886346. OLE color: 7886346.

HSL color Cylindrical-coordinate representation of color #0A5678: hue angle of 198.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5678 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1086120-
CMYK0.920.2800.53
HSL198.55º84.62%25.49%-
HSV(B)198.55º91.67%47.06%-
XYZ6.848.0818.97-
YUV67.15157.8287.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=4.63%
G=39.81%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10861200.920.2800.53198.5584.6225.49
HexA56785C1C035c75519
Octal121261701343406530712531
Binary101010101101111000101110011100011010111000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,120); }

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

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

 a { background-color: rgb(10,86,120); }

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

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

 span { border-color: rgb(10,86,120); }

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