#0A3878

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

Shades of Dark Cerulean #0A3878

Tints of Dark Cerulean #0A3878

Color information

#0A3878 (or 0x0A3878) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 38 and 78. RGB value is (10,56,120). Sum of RGB (Red+Green+Blue) = 10+56+120=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A3878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3878 is #F5C787. Grayscale: #313131. Windows color (decimal): -16107400 or 7878666. OLE color: 7878666.

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

Color convert

RGB1056120-
CMYK0.920.5300.53
HSL214.91º84.62%25.49%-
HSV(B)214.91º91.67%47.06%-
XYZ4.934.2518.33-
YUV49.54167.7699.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=5.38%
G=30.11%
B=64.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10561200.920.5300.53214.9184.6225.49
HexA38785C35035d75519
Octal12701701346506532712531
Binary101011100011110001011100110101011010111010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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