#092E58

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

Shades of Prussian Blue #092E58

Tints of Prussian Blue #092E58

Color information

#092E58 (or 0x092E58) is unknown color: approx Prussian Blue. HEX triplet: 09, 2E and 58. RGB value is (9,46,88). Sum of RGB (Red+Green+Blue) = 9+46+88=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #092E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E58 is #F6D1A7. Grayscale: #272727. Windows color (decimal): -16175528 or 5778953. OLE color: 5778953.

HSL color Cylindrical-coordinate representation of color #092E58: hue angle of 211.9º degrees, saturation: 0.81, 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 #092E58 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94688-
CMYK0.900.4800.65
HSL211.9º81.44%19.02%-
HSV(B)211.9º89.77%34.51%-
XYZ2.852.729.61-
YUV39.72155.24106.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 88 (34.77% from 255) = 61.54%
R=6.29%
G=32.17%
B=61.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal946880.900.4800.65211.981.4419.02
Hex92E585A30041d45113
Octal115613013260010132412123
Binary1001101110101100010110101100000100000111010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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