#093459

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

Shades of Prussian Blue #093459

Tints of Prussian Blue #093459

Color information

#093459 (or 0x093459) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 59. RGB value is (9,52,89). Sum of RGB (Red+Green+Blue) = 9+52+89=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #093459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093459 is #F6CBA6. Grayscale: #2B2B2B. Windows color (decimal): -16173991 or 5846025. OLE color: 5846025.

HSL color Cylindrical-coordinate representation of color #093459: hue angle of 207.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093459 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95289-
CMYK0.900.4200.65
HSL207.75º81.63%19.22%-
HSV(B)207.75º89.89%34.9%-
XYZ3.143.249.91-
YUV43.36153.75103.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 89 (35.16% from 255) = 59.33%
R=6%
G=34.67%
B=59.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal952890.900.4200.65207.7581.6319.22
Hex934595A2A041d05213
Octal116413113252010132012223
Binary1001110100101100110110101010100100000111010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093459; }

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

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

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

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

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

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

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

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