#0A4789

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

Shades of Dark Cerulean #0A4789

Tints of Dark Cerulean #0A4789

Color information

#0A4789 (or 0x0A4789) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 47 and 89. RGB value is (10,71,137). Sum of RGB (Red+Green+Blue) = 10+71+137=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A4789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4789 is #F5B876. Grayscale: #3B3B3B. Windows color (decimal): -16103543 or 8996618. OLE color: 8996618.

HSL color Cylindrical-coordinate representation of color #0A4789: hue angle of 211.18º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4789 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1071137-
CMYK0.930.4800.46
HSL211.18º86.39%28.82%-
HSV(B)211.18º92.7%53.73%-
XYZ6.896.3824.53-
YUV60.28171.2992.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=4.59%
G=32.57%
B=62.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10711370.930.4800.46211.1886.3928.82
HexA47895D3002Ed3561d
Octal121072111356005632312635
Binary10101000111100010011011101110000010111011010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,137); }

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

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

 a { background-color: rgb(10,71,137); }

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

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

 span { border-color: rgb(10,71,137); }

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