#093959

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

Shades of Prussian Blue #093959

Tints of Prussian Blue #093959

Color information

#093959 (or 0x093959) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 59. RGB value is (9,57,89). Sum of RGB (Red+Green+Blue) = 9+57+89=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #093959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093959 is #F6C6A6. Grayscale: #2E2E2E. Windows color (decimal): -16172711 or 5847305. OLE color: 5847305.

HSL color Cylindrical-coordinate representation of color #093959: hue angle of 204º 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 #093959 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB95789-
CMYK0.900.3600.65
HSL204º81.63%19.22%-
HSV(B)204º89.89%34.9%-
XYZ3.383.719.99-
YUV46.3152.1101.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=5.81%
G=36.77%
B=57.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal957890.900.3600.6520481.6319.22
Hex939595A24041cc5213
Octal117113113244010131412223
Binary1001111001101100110110101001000100000111001100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093959; }

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

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

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

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

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

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

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

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