#0A507C

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

Shades of Dark Cerulean #0A507C

Tints of Dark Cerulean #0A507C

Color information

#0A507C (or 0x0A507C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 50 and 7C. RGB value is (10,80,124). Sum of RGB (Red+Green+Blue) = 10+80+124=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A507C is #F5AF83. Grayscale: #3F3F3F. Windows color (decimal): -16101252 or 8146954. OLE color: 8146954.

HSL color Cylindrical-coordinate representation of color #0A507C: hue angle of 203.16º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A507C is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1080124-
CMYK0.920.3500.51
HSL203.16º85.07%26.27%-
HSV(B)203.16º91.94%48.63%-
XYZ6.637.2620.12-
YUV64.09161.8189.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.67%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=4.67%
G=37.38%
B=57.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10801240.920.3500.51203.1685.0726.27
HexA507C5C23033cb551a
Octal121201741344306331312532
Binary1010101000011111001011100100011011001111001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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