#0A3181

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

Shades of Dark Cerulean #0A3181

Tints of Dark Cerulean #0A3181

Color information

#0A3181 (or 0x0A3181) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 31 and 81. RGB value is (10,49,129). Sum of RGB (Red+Green+Blue) = 10+49+129=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 129 (50.78% from 255 or 68.62% from 188); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A3181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3181 is #F5CE7E. Grayscale: #2E2E2E. Windows color (decimal): -16109183 or 8466698. OLE color: 8466698.

HSL color Cylindrical-coordinate representation of color #0A3181: hue angle of 220.34º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3181 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1049129-
CMYK0.920.6200.49
HSL220.34º85.61%27.25%-
HSV(B)220.34º92.25%50.59%-
XYZ5.193.8521.24-
YUV46.46174.58102-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 129 (50.78% from 255) = 68.62%
R=5.32%
G=26.06%
B=68.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10491290.920.6200.49220.3485.6127.25
HexA31815C3E031dc561b
Octal12612011347606133412633
Binary1010110001100000011011100111110011000111011100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,129); }

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

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

 a { background-color: rgb(10,49,129); }

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

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

 span { border-color: rgb(10,49,129); }

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