#092A4F

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

Shades of Prussian Blue #092A4F

Tints of Prussian Blue #092A4F

Color information

#092A4F (or 0x092A4F) is unknown color: approx Prussian Blue. HEX triplet: 09, 2A and 4F. RGB value is (9,42,79). Sum of RGB (Red+Green+Blue) = 9+42+79=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #092A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A4F is #F6D5B0. Grayscale: #242424. Windows color (decimal): -16176561 or 5188105. OLE color: 5188105.

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

Color convert

RGB94279-
CMYK0.890.4700.69
HSL211.71º79.55%17.25%-
HSV(B)211.71º88.61%30.98%-
XYZ2.352.287.71-
YUV36.35152.07108.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=6.92%
G=32.31%
B=60.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal942790.890.4700.69211.7179.5517.25
Hex92A4F592F045d45011
Octal115211713157010532412021
Binary1001101010100111110110011011110100010111010100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,79); }

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

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

 a { background-color: rgb(9,42,79); }

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

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

 span { border-color: rgb(9,42,79); }

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