#0A3776

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

Shades of Dark Cerulean #0A3776

Tints of Dark Cerulean #0A3776

Color information

#0A3776 (or 0x0A3776) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 37 and 76. RGB value is (10,55,118). Sum of RGB (Red+Green+Blue) = 10+55+118=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A3776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3776 is #F5C889. Grayscale: #303030. Windows color (decimal): -16107658 or 7747338. OLE color: 7747338.

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

Color convert

RGB1055118-
CMYK0.920.5300.54
HSL215º84.38%25.1%-
HSV(B)215º91.53%46.27%-
XYZ4.764.117.68-
YUV48.73167.09100.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.46%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=5.46%
G=30.05%
B=64.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10551180.920.5300.5421584.3825.1
HexA37765C35036d75419
Octal12671661346506632712431
Binary101011011111101101011100110101011011011010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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