#092E5C

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

Shades of Prussian Blue #092E5C

Tints of Prussian Blue #092E5C

Color information

#092E5C (or 0x092E5C) is unknown color: approx Prussian Blue. HEX triplet: 09, 2E and 5C. RGB value is (9,46,92). Sum of RGB (Red+Green+Blue) = 9+46+92=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #092E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E5C is #F6D1A3. Grayscale: #272727. Windows color (decimal): -16175524 or 6041097. OLE color: 6041097.

HSL color Cylindrical-coordinate representation of color #092E5C: hue angle of 213.25º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092E5C is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB94692-
CMYK0.900.5000.64
HSL213.25º82.18%19.8%-
HSV(B)213.25º90.22%36.08%-
XYZ3.022.7810.5-
YUV40.18157.24105.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=6.12%
G=31.29%
B=62.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal946920.900.5000.64213.2582.1819.8
Hex92E5C5A32040d55214
Octal115613413262010032512224
Binary1001101110101110010110101100100100000011010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E5C; }

 p { color: rgb(9,46,92); }

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

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

 a { background-color: rgb(9,46,92); }

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

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

 span { border-color: rgb(9,46,92); }

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