#092F5B

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

Shades of Prussian Blue #092F5B

Tints of Prussian Blue #092F5B

Color information

#092F5B (or 0x092F5B) is unknown color: approx Prussian Blue. HEX triplet: 09, 2F and 5B. RGB value is (9,47,91). Sum of RGB (Red+Green+Blue) = 9+47+91=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #092F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F5B is #F6D0A4. Grayscale: #282828. Windows color (decimal): -16175269 or 5975817. OLE color: 5975817.

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

Color convert

RGB94791-
CMYK0.900.4800.64
HSL212.2º82%19.61%-
HSV(B)212.2º90.11%35.69%-
XYZ3.022.8510.29-
YUV40.65156.41105.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=6.12%
G=31.97%
B=61.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal947910.900.4800.64212.28219.61
Hex92F5B5A30040d45214
Octal115713313260010032412224
Binary1001101111101101110110101100000100000011010100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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