#0A5478

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

Shades of Dark Cerulean #0A5478

Tints of Dark Cerulean #0A5478

Color information

#0A5478 (or 0x0A5478) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 54 and 78. RGB value is (10,84,120). Sum of RGB (Red+Green+Blue) = 10+84+120=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A5478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5478 is #F5AB87. Grayscale: #414141. Windows color (decimal): -16100232 or 7885834. OLE color: 7885834.

HSL color Cylindrical-coordinate representation of color #0A5478: hue angle of 199.64º 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 #0A5478 is Cyan = 0.92, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1084120-
CMYK0.920.300.53
HSL199.64º84.62%25.49%-
HSV(B)199.64º91.67%47.06%-
XYZ6.697.7618.91-
YUV65.98158.4888.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=4.67%
G=39.25%
B=56.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10841200.920.300.53199.6484.6225.49
HexA54785C1E035c85519
Octal121241701343606531012531
Binary101010101001111000101110011110011010111001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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