#093252

Color #093252 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #093252

Tints of Prussian Blue #093252

Color information

#093252 (or 0x093252) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 52. RGB value is (9,50,82). Sum of RGB (Red+Green+Blue) = 9+50+82=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #093252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093252 is #F6CDAD. Grayscale: #292929. Windows color (decimal): -16174510 or 5386761. OLE color: 5386761.

HSL color Cylindrical-coordinate representation of color #093252: hue angle of 206.3º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093252 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB95082-
CMYK0.890.3900.68
HSL206.3º80.22%17.84%-
HSV(B)206.3º89.02%32.16%-
XYZ2.782.958.41-
YUV41.39150.92104.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 82 (32.42% from 255) = 58.16%
R=6.38%
G=35.46%
B=58.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal950820.890.3900.68206.380.2217.84
Hex932525927044ce5012
Octal116212213147010431612022
Binary1001110010101001010110011001110100010011001110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093252; }

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

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

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

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

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

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

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

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