#092B50

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

Shades of Prussian Blue #092B50

Tints of Prussian Blue #092B50

Color information

#092B50 (or 0x092B50) is unknown color: approx Prussian Blue. HEX triplet: 09, 2B and 50. RGB value is (9,43,80). Sum of RGB (Red+Green+Blue) = 9+43+80=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #092B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B50 is #F6D4AF. Grayscale: #242424. Windows color (decimal): -16176304 or 5253897. OLE color: 5253897.

HSL color Cylindrical-coordinate representation of color #092B50: hue angle of 211.27º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092B50 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB94380-
CMYK0.890.4600.69
HSL211.27º79.78%17.45%-
HSV(B)211.27º88.75%31.37%-
XYZ2.422.377.92-
YUV37.05152.24107.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 80 (31.64% from 255) = 60.61%
R=6.82%
G=32.58%
B=60.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal943800.890.4600.69211.2779.7817.45
Hex92B50592E045d35011
Octal115312013156010532312021
Binary1001101011101000010110011011100100010111010011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,43,80); }

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

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

 a { background-color: rgb(9,43,80); }

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

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

 span { border-color: rgb(9,43,80); }

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