#0A5380

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

Shades of Dark Cerulean #0A5380

Tints of Dark Cerulean #0A5380

Color information

#0A5380 (or 0x0A5380) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 53 and 80. RGB value is (10,83,128). Sum of RGB (Red+Green+Blue) = 10+83+128=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A5380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5380 is #F5AC7F. Grayscale: #424242. Windows color (decimal): -16100480 or 8409866. OLE color: 8409866.

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

Color convert

RGB1083128-
CMYK0.920.3500.50
HSL202.88º85.51%27.06%-
HSV(B)202.88º92.19%50.2%-
XYZ7.117.8121.55-
YUV66.3162.8287.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=4.52%
G=37.56%
B=57.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10831280.920.3500.50202.8885.5127.06
HexA53805C23032cb561b
Octal121232001344306231312633
Binary10101010011100000001011100100011011001011001011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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