#09547B

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

Shades of Dark Cerulean #09547B

Tints of Dark Cerulean #09547B

Color information

#09547B (or 0x09547B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 54 and 7B. RGB value is (9,84,123). Sum of RGB (Red+Green+Blue) = 9+84+123=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #09547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09547B is #F6AB84. Grayscale: #414141. Windows color (decimal): -16165765 or 8082441. OLE color: 8082441.

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

Color convert

RGB984123-
CMYK0.930.3200.52
HSL200.53º86.36%25.88%-
HSV(B)200.53º92.68%48.24%-
XYZ6.867.8319.89-
YUV66.02160.1587.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=4.17%
G=38.89%
B=56.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9841230.930.3200.52200.5386.3625.88
Hex9547B5D20034c9561a
Octal111241731354006431112632
Binary1001101010011110111011101100000011010011001001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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