#092E5B

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

Shades of Prussian Blue #092E5B

Tints of Prussian Blue #092E5B

Color information

#092E5B (or 0x092E5B) is unknown color: approx Prussian Blue. HEX triplet: 09, 2E and 5B. RGB value is (9,46,91). Sum of RGB (Red+Green+Blue) = 9+46+91=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #092E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E5B is #F6D1A4. Grayscale: #272727. Windows color (decimal): -16175525 or 5975561. OLE color: 5975561.

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

Color convert

RGB94691-
CMYK0.900.4900.64
HSL212.93º82%19.61%-
HSV(B)212.93º90.11%35.69%-
XYZ2.982.7710.27-
YUV40.07156.74105.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=6.16%
G=31.51%
B=62.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal946910.900.4900.64212.938219.61
Hex92E5B5A31040d55214
Octal115613313261010032512224
Binary1001101110101101110110101100010100000011010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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