#0A3A72

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

Shades of Dark Cerulean #0A3A72

Tints of Dark Cerulean #0A3A72

Color information

#0A3A72 (or 0x0A3A72) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3A and 72. RGB value is (10,58,114). Sum of RGB (Red+Green+Blue) = 10+58+114=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A3A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3A72 is #F5C58D. Grayscale: #313131. Windows color (decimal): -16106894 or 7485962. OLE color: 7485962.

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

Color convert

RGB1058114-
CMYK0.910.4900.55
HSL212.31º83.87%24.31%-
HSV(B)212.31º91.23%44.71%-
XYZ4.684.3116.5-
YUV50.03164.199.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.49%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=5.49%
G=31.87%
B=62.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10581140.910.4900.55212.3183.8724.31
HexA3A725B31037d45418
Octal12721621336106732412430
Binary101011101011100101011011110001011011111010100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,114); }

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

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

 a { background-color: rgb(10,58,114); }

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

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

 span { border-color: rgb(10,58,114); }

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