#0A3974

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

Shades of Dark Cerulean #0A3974

Tints of Dark Cerulean #0A3974

Color information

#0A3974 (or 0x0A3974) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 39 and 74. RGB value is (10,57,116). Sum of RGB (Red+Green+Blue) = 10+57+116=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A3974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3974 is #F5C68B. Grayscale: #313131. Windows color (decimal): -16107148 or 7616778. OLE color: 7616778.

HSL color Cylindrical-coordinate representation of color #0A3974: hue angle of 213.4º 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 #0A3974 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1057116-
CMYK0.910.5100.55
HSL213.4º84.13%24.71%-
HSV(B)213.4º91.38%45.49%-
XYZ4.744.2517.09-
YUV49.67165.4399.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.46%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 116 (45.70% from 255) = 63.39%
R=5.46%
G=31.15%
B=63.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10571160.910.5100.55213.484.1324.71
HexA39745B33037d55419
Octal12711641336306732512431
Binary101011100111101001011011110011011011111010101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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