#0A5685

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

Shades of Dark Cerulean #0A5685

Tints of Dark Cerulean #0A5685

Color information

#0A5685 (or 0x0A5685) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 56 and 85. RGB value is (10,86,133). Sum of RGB (Red+Green+Blue) = 10+86+133=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A5685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5685 is #F5A97A. Grayscale: #444444. Windows color (decimal): -16099707 or 8738314. OLE color: 8738314.

HSL color Cylindrical-coordinate representation of color #0A5685: hue angle of 202.93º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5685 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1086133-
CMYK0.920.3500.48
HSL202.93º86.01%28.04%-
HSV(B)202.93º92.48%52.16%-
XYZ7.698.4123.41-
YUV68.63164.3286.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 133 (52.34% from 255) = 58.08%
R=4.37%
G=37.55%
B=58.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10861330.920.3500.48202.9386.0128.04
HexA56855C23030cb561c
Octal121262051344306031312634
Binary10101010110100001011011100100011011000011001011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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