#093063

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

Shades of Prussian Blue #093063

Tints of Prussian Blue #093063

Color information

#093063 (or 0x093063) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 63. RGB value is (9,48,99). Sum of RGB (Red+Green+Blue) = 9+48+99=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #093063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093063 is #F6CF9C. Grayscale: #292929. Windows color (decimal): -16175005 or 6500361. OLE color: 6500361.

HSL color Cylindrical-coordinate representation of color #093063: hue angle of 214º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093063 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB94899-
CMYK0.910.5200.61
HSL214º83.33%21.18%-
HSV(B)214º90.91%38.82%-
XYZ3.423.0712.22-
YUV42.15160.08104.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=5.77%
G=30.77%
B=63.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal948990.910.5200.6121483.3321.18
Hex930635B3403Dd65315
Octal11601431336407532612325
Binary100111000011000111011011110100011110111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093063; }

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

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

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

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

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

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

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

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