#0A5485

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

Shades of Dark Cerulean #0A5485

Tints of Dark Cerulean #0A5485

Color information

#0A5485 (or 0x0A5485) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 54 and 85. RGB value is (10,84,133). Sum of RGB (Red+Green+Blue) = 10+84+133=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A5485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5485 is #F5AB7A. Grayscale: #434343. Windows color (decimal): -16100219 or 8737802. OLE color: 8737802.

HSL color Cylindrical-coordinate representation of color #0A5485: hue angle of 203.9º 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 #0A5485 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1084133-
CMYK0.920.3700.48
HSL203.9º86.01%28.04%-
HSV(B)203.9º92.48%52.16%-
XYZ7.538.123.36-
YUV67.46164.9887.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.41%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=4.41%
G=37.00%
B=58.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10841330.920.3700.48203.986.0128.04
HexA54855C25030cc561c
Octal121242051344506031412634
Binary10101010100100001011011100100101011000011001100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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