#093064

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

Shades of Prussian Blue #093064

Tints of Prussian Blue #093064

Color information

#093064 (or 0x093064) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 64. RGB value is (9,48,100). Sum of RGB (Red+Green+Blue) = 9+48+100=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #093064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093064 is #F6CF9B. Grayscale: #2A2A2A. Windows color (decimal): -16175004 or 6565897. OLE color: 6565897.

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

Color convert

RGB948100-
CMYK0.910.5200.61
HSL214.29º83.49%21.37%-
HSV(B)214.29º91%39.22%-
XYZ3.473.0912.47-
YUV42.27160.58104.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 100 (39.45% from 255) = 63.69%
R=5.73%
G=30.57%
B=63.69%

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
Decimal9481000.910.5200.61214.2983.4921.37
Hex930645B3403Dd65315
Octal11601441336407532612325
Binary100111000011001001011011110100011110111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093064; }

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

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

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

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

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

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

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

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