#0A5086

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

Shades of Dark Cerulean #0A5086

Tints of Dark Cerulean #0A5086

Color information

#0A5086 (or 0x0A5086) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 86. RGB value is (10,80,134). Sum of RGB (Red+Green+Blue) = 10+80+134=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A5086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5086 is #F5AF79. Grayscale: #404040. Windows color (decimal): -16101242 or 8802314. OLE color: 8802314.

HSL color Cylindrical-coordinate representation of color #0A5086: hue angle of 206.13º 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 #0A5086 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1080134-
CMYK0.930.4000.47
HSL206.13º86.11%28.24%-
HSV(B)206.13º92.54%52.55%-
XYZ7.37.5223.62-
YUV65.23166.8188.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 134 (52.73% from 255) = 59.82%
R=4.46%
G=35.71%
B=59.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10801340.930.4000.47206.1386.1128.24
HexA50865D2802Fce561c
Octal121202061355005731612634
Binary10101010000100001101011101101000010111111001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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