#093466

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

Shades of Prussian Blue #093466

Tints of Prussian Blue #093466

Color information

#093466 (or 0x093466) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 66. RGB value is (9,52,102). Sum of RGB (Red+Green+Blue) = 9+52+102=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #093466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093466 is #F6CB99. Grayscale: #2C2C2C. Windows color (decimal): -16173978 or 6697993. OLE color: 6697993.

HSL color Cylindrical-coordinate representation of color #093466: hue angle of 212.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093466 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB952102-
CMYK0.910.4900.6
HSL212.26º83.78%21.76%-
HSV(B)212.26º91.18%40%-
XYZ3.743.4713.04-
YUV44.84160.25102.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=5.52%
G=31.90%
B=62.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9521020.910.4900.6212.2683.7821.76
Hex934665B3103Cd45416
Octal11641461336107432412426
Binary100111010011001101011011110001011110011010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093466; }

 p { color: rgb(9,52,102); }

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

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

 a { background-color: rgb(9,52,102); }

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

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

 span { border-color: rgb(9,52,102); }

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