#0A517C

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

Shades of Dark Cerulean #0A517C

Tints of Dark Cerulean #0A517C

Color information

#0A517C (or 0x0A517C) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 51 and 7C. RGB value is (10,81,124). Sum of RGB (Red+Green+Blue) = 10+81+124=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A517C is #F5AE83. Grayscale: #404040. Windows color (decimal): -16100996 or 8147210. OLE color: 8147210.

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

Color convert

RGB1081124-
CMYK0.920.3500.51
HSL202.63º85.07%26.27%-
HSV(B)202.63º91.94%48.63%-
XYZ6.717.420.14-
YUV64.67161.4889-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=4.65%
G=37.67%
B=57.67%

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
Decimal10811240.920.3500.51202.6385.0726.27
HexA517C5C23033cb551a
Octal121211741344306331312532
Binary1010101000111111001011100100011011001111001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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