#093668

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

Shades of Prussian Blue #093668

Tints of Prussian Blue #093668

Color information

#093668 (or 0x093668) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 68. RGB value is (9,54,104). Sum of RGB (Red+Green+Blue) = 9+54+104=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #093668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093668 is #F6C997. Grayscale: #2E2E2E. Windows color (decimal): -16173464 or 6829577. OLE color: 6829577.

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

Color convert

RGB954104-
CMYK0.910.4800.59
HSL211.58º84.07%22.16%-
HSV(B)211.58º91.35%40.78%-
XYZ3.933.713.6-
YUV46.24160.59101.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=5.39%
G=32.34%
B=62.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9541040.910.4800.59211.5884.0722.16
Hex936685B3003Bd45416
Octal11661501336007332412426
Binary100111011011010001011011110000011101111010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093668; }

 p { color: rgb(9,54,104); }

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

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

 a { background-color: rgb(9,54,104); }

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

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

 span { border-color: rgb(9,54,104); }

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