#092F5D

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

Shades of Prussian Blue #092F5D

Tints of Prussian Blue #092F5D

Color information

#092F5D (or 0x092F5D) is unknown color: approx Prussian Blue. HEX triplet: 09, 2F and 5D. RGB value is (9,47,93). Sum of RGB (Red+Green+Blue) = 9+47+93=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #092F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F5D is #F6D0A2. Grayscale: #282828. Windows color (decimal): -16175267 or 6106889. OLE color: 6106889.

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

Color convert

RGB94793-
CMYK0.900.4900.64
HSL212.86º82.35%20%-
HSV(B)212.86º90.32%36.47%-
XYZ3.12.8810.75-
YUV40.88157.41105.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=6.04%
G=31.54%
B=62.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal947930.900.4900.64212.8682.3520
Hex92F5D5A31040d55214
Octal115713513261010032512224
Binary1001101111101110110110101100010100000011010101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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