#0A4E86

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

Shades of Dark Cerulean #0A4E86

Tints of Dark Cerulean #0A4E86

Color information

#0A4E86 (or 0x0A4E86) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4E and 86. RGB value is (10,78,134). Sum of RGB (Red+Green+Blue) = 10+78+134=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A4E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4E86 is #F5B179. Grayscale: #3F3F3F. Windows color (decimal): -16101754 or 8801802. OLE color: 8801802.

HSL color Cylindrical-coordinate representation of color #0A4E86: hue angle of 207.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4E86 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1078134-
CMYK0.930.4200.47
HSL207.1º86.11%28.24%-
HSV(B)207.1º92.54%52.55%-
XYZ7.157.2323.57-
YUV64.05167.4789.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 134 (52.73% from 255) = 60.36%
R=4.50%
G=35.14%
B=60.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10781340.930.4200.47207.186.1128.24
HexA4E865D2A02Fcf561c
Octal121162061355205731712634
Binary10101001110100001101011101101010010111111001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,78,134); }

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

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

 a { background-color: rgb(10,78,134); }

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

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

 span { border-color: rgb(10,78,134); }

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