#09347D

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

Shades of Dark Cerulean #09347D

Tints of Dark Cerulean #09347D

Color information

#09347D (or 0x09347D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 34 and 7D. RGB value is (9,52,125). Sum of RGB (Red+Green+Blue) = 9+52+125=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #09347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09347D is #F6CB82. Grayscale: #2F2F2F. Windows color (decimal): -16173955 or 8205321. OLE color: 8205321.

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

Color convert

RGB952125-
CMYK0.930.5800.51
HSL217.76º86.57%26.27%-
HSV(B)217.76º92.8%49.02%-
XYZ5.043.9919.91-
YUV47.46171.75100.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 125 (49.22% from 255) = 67.20%
R=4.84%
G=27.96%
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.51
SystemRedGreenBlueCMYKHSL
Decimal9521250.930.5800.51217.7686.5726.27
Hex9347D5D3A033da571a
Octal11641751357206333212732
Binary100111010011111011011101111010011001111011010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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