#09357F

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

Shades of Dark Cerulean #09357F

Tints of Dark Cerulean #09357F

Color information

#09357F (or 0x09357F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 35 and 7F. RGB value is (9,53,127). Sum of RGB (Red+Green+Blue) = 9+53+127=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #09357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09357F is #F6CA80. Grayscale: #2F2F2F. Windows color (decimal): -16173697 or 8336649. OLE color: 8336649.

HSL color Cylindrical-coordinate representation of color #09357F: hue angle of 217.63º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09357F is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB953127-
CMYK0.930.5800.50
HSL217.63º86.76%26.67%-
HSV(B)217.63º92.91%49.8%-
XYZ5.224.1420.6-
YUV48.28172.4299.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 127 (50% from 255) = 67.20%
R=4.76%
G=28.04%
B=67.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9531270.930.5800.50217.6386.7626.67
Hex9357F5D3A032da571b
Octal11651771357206233212733
Binary100111010111111111011101111010011001011011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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