#09347C

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

Shades of Dark Cerulean #09347C

Tints of Dark Cerulean #09347C

Color information

#09347C (or 0x09347C) is unknown color: approx Dark Cerulean. HEX triplet: 09, 34 and 7C. RGB value is (9,52,124). Sum of RGB (Red+Green+Blue) = 9+52+124=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #09347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09347C is #F6CB83. Grayscale: #2F2F2F. Windows color (decimal): -16173956 or 8139785. OLE color: 8139785.

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

Color convert

RGB952124-
CMYK0.930.5800.51
HSL217.57º86.47%26.08%-
HSV(B)217.57º92.74%48.63%-
XYZ4.983.9719.57-
YUV47.35171.25100.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 67.03%
R=4.86%
G=28.11%
B=67.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9521240.930.5800.51217.5786.4726.08
Hex9347C5D3A033da561a
Octal11641741357206333212632
Binary100111010011111001011101111010011001111011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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