#0A3778

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

Shades of Dark Cerulean #0A3778

Tints of Dark Cerulean #0A3778

Color information

#0A3778 (or 0x0A3778) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 37 and 78. RGB value is (10,55,120). Sum of RGB (Red+Green+Blue) = 10+55+120=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A3778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3778 is #F5C887. Grayscale: #303030. Windows color (decimal): -16107656 or 7878410. OLE color: 7878410.

HSL color Cylindrical-coordinate representation of color #0A3778: hue angle of 215.45º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3778 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1055120-
CMYK0.920.5400.53
HSL215.45º84.62%25.49%-
HSV(B)215.45º91.67%47.06%-
XYZ4.884.1518.31-
YUV48.96168.09100.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=5.41%
G=29.73%
B=64.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10551200.920.5400.53215.4584.6225.49
HexA37785C36035d75519
Octal12671701346606532712531
Binary101011011111110001011100110110011010111010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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