#0A3E76

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

Shades of Dark Cerulean #0A3E76

Tints of Dark Cerulean #0A3E76

Color information

#0A3E76 (or 0x0A3E76) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3E and 76. RGB value is (10,62,118). Sum of RGB (Red+Green+Blue) = 10+62+118=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A3E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E76 is #F5C189. Grayscale: #343434. Windows color (decimal): -16105866 or 7749130. OLE color: 7749130.

HSL color Cylindrical-coordinate representation of color #0A3E76: hue angle of 211.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3E76 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1062118-
CMYK0.920.4700.54
HSL211.11º84.38%25.1%-
HSV(B)211.11º91.53%46.27%-
XYZ5.124.8217.8-
YUV52.84164.7797.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.26%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=5.26%
G=32.63%
B=62.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10621180.920.4700.54211.1184.3825.1
HexA3E765C2F036d35419
Octal12761661345706632312431
Binary101011111011101101011100101111011011011010011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,62,118); }

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

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

 a { background-color: rgb(10,62,118); }

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

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

 span { border-color: rgb(10,62,118); }

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