#09327A

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

Shades of Dark Cerulean #09327A

Tints of Dark Cerulean #09327A

Color information

#09327A (or 0x09327A) is unknown color: approx Dark Cerulean. HEX triplet: 09, 32 and 7A. RGB value is (9,50,122). Sum of RGB (Red+Green+Blue) = 9+50+122=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #09327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327A is #F6CD85. Grayscale: #2D2D2D. Windows color (decimal): -16174470 or 8008201. OLE color: 8008201.

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

Color convert

RGB950122-
CMYK0.930.5900.52
HSL218.23º86.26%25.69%-
HSV(B)218.23º92.62%47.84%-
XYZ4.773.7418.88-
YUV45.95170.92101.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 122 (48.05% from 255) = 67.40%
R=4.97%
G=27.62%
B=67.40%

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
Decimal9501220.930.5900.52218.2386.2625.69
Hex9327A5D3B034da561a
Octal11621721357306433212632
Binary100111001011110101011101111011011010011011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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