#09507B

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

Shades of Dark Cerulean #09507B

Tints of Dark Cerulean #09507B

Color information

#09507B (or 0x09507B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 50 and 7B. RGB value is (9,80,123). Sum of RGB (Red+Green+Blue) = 9+80+123=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #09507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09507B is #F6AF84. Grayscale: #3F3F3F. Windows color (decimal): -16166789 or 8081417. OLE color: 8081417.

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

Color convert

RGB980123-
CMYK0.930.3500.52
HSL202.63º86.36%25.88%-
HSV(B)202.63º92.68%48.24%-
XYZ6.567.2319.79-
YUV63.67161.4889-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=4.25%
G=37.74%
B=58.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9801230.930.3500.52202.6386.3625.88
Hex9507B5D23034cb561a
Octal111201731354306431312632
Binary1001101000011110111011101100011011010011001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09507B; }

 p { color: rgb(9,80,123); }

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

<style>
 a { background-color: #09507B; }

 a { background-color: rgb(9,80,123); }

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

<style>
 span { border-color: #09507B; }

 span { border-color: rgb(9,80,123); }

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