#093253

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

Shades of Prussian Blue #093253

Tints of Prussian Blue #093253

Color information

#093253 (or 0x093253) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 53. RGB value is (9,50,83). Sum of RGB (Red+Green+Blue) = 9+50+83=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #093253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093253 is #F6CDAC. Grayscale: #292929. Windows color (decimal): -16174509 or 5452297. OLE color: 5452297.

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

Color convert

RGB95083-
CMYK0.890.4000.67
HSL206.76º80.43%18.04%-
HSV(B)206.76º89.16%32.55%-
XYZ2.812.968.61-
YUV41.5151.42104.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=6.34%
G=35.21%
B=58.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal950830.890.4000.67206.7680.4318.04
Hex932535928043cf5012
Octal116212313150010331712022
Binary1001110010101001110110011010000100001111001111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093253; }

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

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

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

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

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

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

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

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