#092E55

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

Shades of Prussian Blue #092E55

Tints of Prussian Blue #092E55

Color information

#092E55 (or 0x092E55) is unknown color: approx Prussian Blue. HEX triplet: 09, 2E and 55. RGB value is (9,46,85). Sum of RGB (Red+Green+Blue) = 9+46+85=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #092E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E55 is #F6D1AA. Grayscale: #272727. Windows color (decimal): -16175531 or 5582345. OLE color: 5582345.

HSL color Cylindrical-coordinate representation of color #092E55: hue angle of 210.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092E55 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB94685-
CMYK0.890.4600.67
HSL210.79º80.85%18.43%-
HSV(B)210.79º89.41%33.33%-
XYZ2.732.678.97-
YUV39.38153.74106.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=6.43%
G=32.86%
B=60.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal946850.890.4600.67210.7980.8518.43
Hex92E55592E043d35112
Octal115612513156010332312122
Binary1001101110101010110110011011100100001111010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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