#093953

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

Shades of Prussian Blue #093953

Tints of Prussian Blue #093953

Color information

#093953 (or 0x093953) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 53. RGB value is (9,57,83). Sum of RGB (Red+Green+Blue) = 9+57+83=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #093953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093953 is #F6C6AC. Grayscale: #2D2D2D. Windows color (decimal): -16172717 or 5454089. OLE color: 5454089.

HSL color Cylindrical-coordinate representation of color #093953: hue angle of 201.08º 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 #093953 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB95783-
CMYK0.890.3100.67
HSL201.08º80.43%18.04%-
HSV(B)201.08º89.16%32.55%-
XYZ3.143.618.71-
YUV45.61149.1101.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=6.04%
G=38.26%
B=55.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal957830.890.3100.67201.0880.4318.04
Hex93953591F043c95012
Octal117112313137010331112022
Binary100111100110100111011001111110100001111001001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093953; }

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

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

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

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

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

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

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

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