#093373

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

Shades of Prussian Blue #093373

Tints of Prussian Blue #093373

Color information

#093373 (or 0x093373) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 73. RGB value is (9,51,115). Sum of RGB (Red+Green+Blue) = 9+51+115=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #093373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093373 is #F6CC8C. Grayscale: #2D2D2D. Windows color (decimal): -16174221 or 7549705. OLE color: 7549705.

HSL color Cylindrical-coordinate representation of color #093373: hue angle of 216.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093373 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB951115-
CMYK0.920.5600.55
HSL216.23º85.48%24.31%-
HSV(B)216.23º92.17%45.1%-
XYZ4.393.6616.7-
YUV45.74167.09101.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=5.14%
G=29.14%
B=65.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9511150.920.5600.55216.2385.4824.31
Hex933735C38037d85518
Octal11631631347006733012530
Binary100111001111100111011100111000011011111011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093373; }

 p { color: rgb(9,51,115); }

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

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

 a { background-color: rgb(9,51,115); }

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

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

 span { border-color: rgb(9,51,115); }

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