#0A4A78

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

Shades of Dark Cerulean #0A4A78

Tints of Dark Cerulean #0A4A78

Color information

#0A4A78 (or 0x0A4A78) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4A and 78. RGB value is (10,74,120). Sum of RGB (Red+Green+Blue) = 10+74+120=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A4A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4A78 is #F5B587. Grayscale: #3B3B3B. Windows color (decimal): -16102792 or 7883274. OLE color: 7883274.

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

Color convert

RGB1074120-
CMYK0.920.3800.53
HSL205.09º84.62%25.49%-
HSV(B)205.09º91.67%47.06%-
XYZ5.966.3218.67-
YUV60.11161.892.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=4.90%
G=36.27%
B=58.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10741200.920.3800.53205.0984.6225.49
HexA4A785C26035cd5519
Octal121121701344606531512531
Binary1010100101011110001011100100110011010111001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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