#0A4974

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

Shades of Dark Cerulean #0A4974

Tints of Dark Cerulean #0A4974

Color information

#0A4974 (or 0x0A4974) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 49 and 74. RGB value is (10,73,116). Sum of RGB (Red+Green+Blue) = 10+73+116=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A4974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4974 is #F5B68B. Grayscale: #3A3A3A. Windows color (decimal): -16103052 or 7620874. OLE color: 7620874.

HSL color Cylindrical-coordinate representation of color #0A4974: hue angle of 204.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4974 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1073116-
CMYK0.910.3700.55
HSL204.34º84.13%24.71%-
HSV(B)204.34º91.38%45.49%-
XYZ5.666.0917.4-
YUV59.06160.1393-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 116 (45.70% from 255) = 58.29%
R=5.03%
G=36.68%
B=58.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10731160.910.3700.55204.3484.1324.71
HexA49745B25037cc5419
Octal121111641334506731412431
Binary1010100100111101001011011100101011011111001100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,73,116); }

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

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

 a { background-color: rgb(10,73,116); }

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

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

 span { border-color: rgb(10,73,116); }

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