#094363

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

Shades of Prussian Blue #094363

Tints of Prussian Blue #094363

Color information

#094363 (or 0x094363) is unknown color: approx Prussian Blue. HEX triplet: 09, 43 and 63. RGB value is (9,67,99). Sum of RGB (Red+Green+Blue) = 9+67+99=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #094363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094363 is #F6BC9C. Grayscale: #353535. Windows color (decimal): -16170141 or 6505225. OLE color: 6505225.

HSL color Cylindrical-coordinate representation of color #094363: hue angle of 201.33º 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 #094363 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB96799-
CMYK0.910.3200.61
HSL201.33º83.33%21.18%-
HSV(B)201.33º90.91%38.82%-
XYZ4.374.9712.53-
YUV53.31153.7896.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=5.14%
G=38.29%
B=56.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal967990.910.3200.61201.3383.3321.18
Hex943635B2003Dc95315
Octal111031431334007531112325
Binary1001100001111000111011011100000011110111001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094363; }

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

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

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

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

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

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

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

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