#0A5680

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

Shades of Dark Cerulean #0A5680

Tints of Dark Cerulean #0A5680

Color information

#0A5680 (or 0x0A5680) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 56 and 80. RGB value is (10,86,128). Sum of RGB (Red+Green+Blue) = 10+86+128=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A5680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5680 is #F5A97F. Grayscale: #434343. Windows color (decimal): -16099712 or 8410634. OLE color: 8410634.

HSL color Cylindrical-coordinate representation of color #0A5680: hue angle of 201.36º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5680 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1086128-
CMYK0.920.3300.50
HSL201.36º85.51%27.06%-
HSV(B)201.36º92.19%50.2%-
XYZ7.358.2821.63-
YUV68.06161.8286.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=4.46%
G=38.39%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10861280.920.3300.50201.3685.5127.06
HexA56805C21032c9561b
Octal121262001344106231112633
Binary10101010110100000001011100100001011001011001001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,128); }

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

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

 a { background-color: rgb(10,86,128); }

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

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

 span { border-color: rgb(10,86,128); }

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