#09517C

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

Shades of Dark Cerulean #09517C

Tints of Dark Cerulean #09517C

Color information

#09517C (or 0x09517C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 7C. RGB value is (9,81,124). Sum of RGB (Red+Green+Blue) = 9+81+124=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 81 (32.03% from 255 or 37.85% 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 #09517C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09517C is #F6AE83. Grayscale: #404040. Windows color (decimal): -16166532 or 8147209. OLE color: 8147209.

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

Color convert

RGB981124-
CMYK0.930.3500.51
HSL202.43º86.47%26.08%-
HSV(B)202.43º92.74%48.63%-
XYZ6.697.420.14-
YUV64.37161.6588.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=4.21%
G=37.85%
B=57.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9811240.930.3500.51202.4386.4726.08
Hex9517C5D23033ca561a
Octal111211741354306331212632
Binary1001101000111111001011101100011011001111001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09517C; }

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

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

<style>
 a { background-color: #09517C; }

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

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

<style>
 span { border-color: #09517C; }

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

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