#09357C

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

Shades of Dark Cerulean #09357C

Tints of Dark Cerulean #09357C

Color information

#09357C (or 0x09357C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 35 and 7C. RGB value is (9,53,124). Sum of RGB (Red+Green+Blue) = 9+53+124=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #09357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09357C is #F6CA83. Grayscale: #2F2F2F. Windows color (decimal): -16173700 or 8140041. OLE color: 8140041.

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

Color convert

RGB953124-
CMYK0.930.5700.51
HSL217.04º86.47%26.08%-
HSV(B)217.04º92.74%48.63%-
XYZ5.024.0619.59-
YUV47.94170.92100.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 124 (48.83% from 255) = 66.67%
R=4.84%
G=28.49%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9531240.930.5700.51217.0486.4726.08
Hex9357C5D39033d9561a
Octal11651741357106333112632
Binary100111010111111001011101111001011001111011001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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