#09547C

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

Shades of Dark Cerulean #09547C

Tints of Dark Cerulean #09547C

Color information

#09547C (or 0x09547C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 54 and 7C. RGB value is (9,84,124). Sum of RGB (Red+Green+Blue) = 9+84+124=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #09547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09547C is #F6AB83. Grayscale: #414141. Windows color (decimal): -16165764 or 8147977. OLE color: 8147977.

HSL color Cylindrical-coordinate representation of color #09547C: hue angle of 200.87º 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 #09547C is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB984124-
CMYK0.930.3200.51
HSL200.87º86.47%26.08%-
HSV(B)200.87º92.74%48.63%-
XYZ6.927.8520.22-
YUV66.14160.6587.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=4.15%
G=38.71%
B=57.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9841240.930.3200.51200.8786.4726.08
Hex9547C5D20033c9561a
Octal111241741354006331112632
Binary1001101010011111001011101100000011001111001001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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