#0A3481

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

Shades of Dark Cerulean #0A3481

Tints of Dark Cerulean #0A3481

Color information

#0A3481 (or 0x0A3481) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 34 and 81. RGB value is (10,52,129). Sum of RGB (Red+Green+Blue) = 10+52+129=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A3481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3481 is #F5CB7E. Grayscale: #2F2F2F. Windows color (decimal): -16108415 or 8467466. OLE color: 8467466.

HSL color Cylindrical-coordinate representation of color #0A3481: hue angle of 218.82º 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 #0A3481 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1052129-
CMYK0.920.6000.49
HSL218.82º85.61%27.25%-
HSV(B)218.82º92.25%50.59%-
XYZ5.324.1121.28-
YUV48.22173.59100.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 129 (50.78% from 255) = 67.54%
R=5.24%
G=27.23%
B=67.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10521290.920.6000.49218.8285.6127.25
HexA34815C3C031db561b
Octal12642011347406133312633
Binary1010110100100000011011100111100011000111011011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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