#09547A

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

Shades of Dark Cerulean #09547A

Tints of Dark Cerulean #09547A

Color information

#09547A (or 0x09547A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 54 and 7A. RGB value is (9,84,122). Sum of RGB (Red+Green+Blue) = 9+84+122=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #09547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09547A is #F6AB85. Grayscale: #414141. Windows color (decimal): -16165766 or 8016905. OLE color: 8016905.

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

Color convert

RGB984122-
CMYK0.930.3100.52
HSL200.18º86.26%25.69%-
HSV(B)200.18º92.62%47.84%-
XYZ6.87.819.56-
YUV65.91159.6587.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=4.19%
G=39.07%
B=56.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9841220.930.3100.52200.1886.2625.69
Hex9547A5D1F034c8561a
Octal111241721353706431012632
Binary100110101001111010101110111111011010011001000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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