#092A4E

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

Shades of Prussian Blue #092A4E

Tints of Prussian Blue #092A4E

Color information

#092A4E (or 0x092A4E) is unknown color: approx Prussian Blue. HEX triplet: 09, 2A and 4E. RGB value is (9,42,78). Sum of RGB (Red+Green+Blue) = 9+42+78=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #092A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A4E is #F6D5B1. Grayscale: #242424. Windows color (decimal): -16176562 or 5122569. OLE color: 5122569.

HSL color Cylindrical-coordinate representation of color #092A4E: hue angle of 211.3º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092A4E is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB94278-
CMYK0.880.4600.69
HSL211.3º79.31%17.06%-
HSV(B)211.3º88.46%30.59%-
XYZ2.322.267.52-
YUV36.24151.57108.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 78 (30.86% from 255) = 60.47%
R=6.98%
G=32.56%
B=60.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal942780.880.4600.69211.379.3117.06
Hex92A4E582E045d34f11
Octal115211613056010532311721
Binary1001101010100111010110001011100100010111010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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