#093461

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

Shades of Prussian Blue #093461

Tints of Prussian Blue #093461

Color information

#093461 (or 0x093461) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 61. RGB value is (9,52,97). Sum of RGB (Red+Green+Blue) = 9+52+97=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #093461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093461 is #F6CB9E. Grayscale: #2C2C2C. Windows color (decimal): -16173983 or 6370313. OLE color: 6370313.

HSL color Cylindrical-coordinate representation of color #093461: hue angle of 210.68º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093461 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95297-
CMYK0.910.4600.62
HSL210.68º83.02%20.78%-
HSV(B)210.68º90.72%38.04%-
XYZ3.53.3811.78-
YUV44.27157.75102.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=5.70%
G=32.91%
B=61.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal952970.910.4600.62210.6883.0220.78
Hex934615B2E03Ed35315
Octal11641411335607632312325
Binary100111010011000011011011101110011111011010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093461; }

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

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

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

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

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

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

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

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