#092E5A

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

Shades of Prussian Blue #092E5A

Tints of Prussian Blue #092E5A

Color information

#092E5A (or 0x092E5A) is unknown color: approx Prussian Blue. HEX triplet: 09, 2E and 5A. RGB value is (9,46,90). Sum of RGB (Red+Green+Blue) = 9+46+90=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #092E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E5A is #F6D1A5. Grayscale: #272727. Windows color (decimal): -16175526 or 5910025. OLE color: 5910025.

HSL color Cylindrical-coordinate representation of color #092E5A: hue angle of 212.59º 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 #092E5A is Cyan = 0.9, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94690-
CMYK0.90.4900.65
HSL212.59º81.82%19.41%-
HSV(B)212.59º90%35.29%-
XYZ2.942.7510.05-
YUV39.95156.24105.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=6.21%
G=31.72%
B=62.07%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal946900.90.4900.65212.5981.8219.41
Hex92E5A5A31041d55213
Octal115613213261010132512223
Binary1001101110101101010110101100010100000111010101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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