#093054

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

Shades of Prussian Blue #093054

Tints of Prussian Blue #093054

Color information

#093054 (or 0x093054) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 54. RGB value is (9,48,84). Sum of RGB (Red+Green+Blue) = 9+48+84=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #093054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093054 is #F6CFAB. Grayscale: #282828. Windows color (decimal): -16175020 or 5517321. OLE color: 5517321.

HSL color Cylindrical-coordinate representation of color #093054: hue angle of 208.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093054 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB94884-
CMYK0.890.4300.67
HSL208.8º80.65%18.24%-
HSV(B)208.8º89.29%32.94%-
XYZ2.772.818.78-
YUV40.44152.58105.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=6.38%
G=34.04%
B=59.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal948840.890.4300.67208.880.6518.24
Hex93054592B043d15112
Octal116012413153010332112122
Binary1001110000101010010110011010110100001111010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093054; }

 p { color: rgb(9,48,84); }

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

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

 a { background-color: rgb(9,48,84); }

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

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

 span { border-color: rgb(9,48,84); }

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