#092F5A

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

Shades of Prussian Blue #092F5A

Tints of Prussian Blue #092F5A

Color information

#092F5A (or 0x092F5A) is unknown color: approx Prussian Blue. HEX triplet: 09, 2F and 5A. RGB value is (9,47,90). Sum of RGB (Red+Green+Blue) = 9+47+90=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #092F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F5A is #F6D0A5. Grayscale: #282828. Windows color (decimal): -16175270 or 5910281. OLE color: 5910281.

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

Color convert

RGB94790-
CMYK0.90.4800.65
HSL211.85º81.82%19.41%-
HSV(B)211.85º90%35.29%-
XYZ2.972.8310.06-
YUV40.54155.91105.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=6.16%
G=32.19%
B=61.64%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal947900.90.4800.65211.8581.8219.41
Hex92F5A5A30041d45213
Octal115713213260010132412223
Binary1001101111101101010110101100000100000111010100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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