#093453

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

Shades of Prussian Blue #093453

Tints of Prussian Blue #093453

Color information

#093453 (or 0x093453) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 53. RGB value is (9,52,83). Sum of RGB (Red+Green+Blue) = 9+52+83=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #093453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093453 is #F6CBAC. Grayscale: #2A2A2A. Windows color (decimal): -16173997 or 5452809. OLE color: 5452809.

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

Color convert

RGB95283-
CMYK0.890.3700.67
HSL205.14º80.43%18.04%-
HSV(B)205.14º89.16%32.55%-
XYZ2.93.148.64-
YUV42.68150.75103.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=6.25%
G=36.11%
B=57.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal952830.890.3700.67205.1480.4318.04
Hex934535925043cd5012
Octal116412313145010331512022
Binary1001110100101001110110011001010100001111001101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093453; }

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

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

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

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

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

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

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

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