#093368

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

Shades of Prussian Blue #093368

Tints of Prussian Blue #093368

Color information

#093368 (or 0x093368) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 68. RGB value is (9,51,104). Sum of RGB (Red+Green+Blue) = 9+51+104=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #093368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093368 is #F6CC97. Grayscale: #2C2C2C. Windows color (decimal): -16174232 or 6828809. OLE color: 6828809.

HSL color Cylindrical-coordinate representation of color #093368: hue angle of 213.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093368 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB951104-
CMYK0.910.5100.59
HSL213.47º84.07%22.16%-
HSV(B)213.47º91.35%40.78%-
XYZ3.83.4313.56-
YUV44.48161.59102.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=5.49%
G=31.10%
B=63.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9511040.910.5100.59213.4784.0722.16
Hex933685B3303Bd55416
Octal11631501336307332512426
Binary100111001111010001011011110011011101111010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093368; }

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

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

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

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

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

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

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

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