#092C5A

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

Shades of Prussian Blue #092C5A

Tints of Prussian Blue #092C5A

Color information

#092C5A (or 0x092C5A) is unknown color: approx Prussian Blue. HEX triplet: 09, 2C and 5A. RGB value is (9,44,90). Sum of RGB (Red+Green+Blue) = 9+44+90=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #092C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C5A is #F6D3A5. Grayscale: #262626. Windows color (decimal): -16176038 or 5909513. OLE color: 5909513.

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

Color convert

RGB94490-
CMYK0.90.5100.65
HSL214.07º81.82%19.41%-
HSV(B)214.07º90%35.29%-
XYZ2.862.610.02-
YUV38.78156.9106.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=6.29%
G=30.77%
B=62.94%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal944900.90.5100.65214.0781.8219.41
Hex92C5A5A33041d65213
Octal115413213263010132612223
Binary1001101100101101010110101100110100000111010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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