#09327B

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

Shades of Dark Cerulean #09327B

Tints of Dark Cerulean #09327B

Color information

#09327B (or 0x09327B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 32 and 7B. RGB value is (9,50,123). Sum of RGB (Red+Green+Blue) = 9+50+123=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #09327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327B is #F6CD84. Grayscale: #2D2D2D. Windows color (decimal): -16174469 or 8073737. OLE color: 8073737.

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

Color convert

RGB950123-
CMYK0.930.5900.52
HSL218.42º86.36%25.88%-
HSV(B)218.42º92.68%48.24%-
XYZ4.833.7719.21-
YUV46.06171.42101.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=4.95%
G=27.47%
B=67.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9501230.930.5900.52218.4286.3625.88
Hex9327B5D3B034da561a
Octal11621731357306433212632
Binary100111001011110111011101111011011010011011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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