#0A3D81

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

Shades of Dark Cerulean #0A3D81

Tints of Dark Cerulean #0A3D81

Color information

#0A3D81 (or 0x0A3D81) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 3D and 81. RGB value is (10,61,129). Sum of RGB (Red+Green+Blue) = 10+61+129=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A3D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3D81 is #F5C27E. Grayscale: #353535. Windows color (decimal): -16106111 or 8469770. OLE color: 8469770.

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

Color convert

RGB1061129-
CMYK0.920.5300.49
HSL214.29º85.61%27.25%-
HSV(B)214.29º92.25%50.59%-
XYZ5.764.9921.43-
YUV53.5170.696.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 129 (50.78% from 255) = 64.5%
R=5%
G=30.5%
B=64.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10611290.920.5300.49214.2985.6127.25
HexA3D815C35031d6561b
Octal12752011346506132612633
Binary1010111101100000011011100110101011000111010110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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