#09527B

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

Shades of Dark Cerulean #09527B

Tints of Dark Cerulean #09527B

Color information

#09527B (or 0x09527B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 7B. RGB value is (9,82,123). Sum of RGB (Red+Green+Blue) = 9+82+123=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #09527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09527B is #F6AD84. Grayscale: #404040. Windows color (decimal): -16166277 or 8081929. OLE color: 8081929.

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

Color convert

RGB982123-
CMYK0.930.3300.52
HSL201.58º86.36%25.88%-
HSV(B)201.58º92.68%48.24%-
XYZ6.717.5219.84-
YUV64.85160.8288.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 123 (48.44% from 255) = 57.48%
R=4.21%
G=38.32%
B=57.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9821230.930.3300.52201.5886.3625.88
Hex9527B5D21034ca561a
Octal111221731354106431212632
Binary1001101001011110111011101100001011010011001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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