#092C50

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

Shades of Prussian Blue #092C50

Tints of Prussian Blue #092C50

Color information

#092C50 (or 0x092C50) is unknown color: approx Prussian Blue. HEX triplet: 09, 2C and 50. RGB value is (9,44,80). Sum of RGB (Red+Green+Blue) = 9+44+80=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #092C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C50 is #F6D3AF. Grayscale: #252525. Windows color (decimal): -16176048 or 5254153. OLE color: 5254153.

HSL color Cylindrical-coordinate representation of color #092C50: hue angle of 210.42º 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 #092C50 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB94480-
CMYK0.890.4500.69
HSL210.42º79.78%17.45%-
HSV(B)210.42º88.75%31.37%-
XYZ2.462.447.93-
YUV37.64151.9107.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=6.77%
G=33.08%
B=60.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal944800.890.4500.69210.4279.7817.45
Hex92C50592D045d25011
Octal115412013155010532212021
Binary1001101100101000010110011011010100010111010010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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