#0A4878

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

Shades of Dark Cerulean #0A4878

Tints of Dark Cerulean #0A4878

Color information

#0A4878 (or 0x0A4878) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 48 and 78. RGB value is (10,72,120). Sum of RGB (Red+Green+Blue) = 10+72+120=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A4878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4878 is #F5B787. Grayscale: #3A3A3A. Windows color (decimal): -16103304 or 7882762. OLE color: 7882762.

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

Color convert

RGB1072120-
CMYK0.920.4000.53
HSL206.18º84.62%25.49%-
HSV(B)206.18º91.67%47.06%-
XYZ5.836.0618.63-
YUV58.93162.4693.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=4.95%
G=35.64%
B=59.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10721200.920.4000.53206.1884.6225.49
HexA48785C28035ce5519
Octal121101701345006531612531
Binary1010100100011110001011100101000011010111001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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