#093675

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

Shades of Prussian Blue #093675

Tints of Prussian Blue #093675

Color information

#093675 (or 0x093675) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 75. RGB value is (9,54,117). Sum of RGB (Red+Green+Blue) = 9+54+117=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #093675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093675 is #F6C98A. Grayscale: #2F2F2F. Windows color (decimal): -16173451 or 7681545. OLE color: 7681545.

HSL color Cylindrical-coordinate representation of color #093675: hue angle of 215º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093675 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB954117-
CMYK0.920.5400.54
HSL215º85.71%24.71%-
HSV(B)215º92.31%45.88%-
XYZ4.643.9817.35-
YUV47.73167.09100.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 65%
R=5%
G=30%
B=65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9541170.920.5400.5421585.7124.71
Hex936755C36036d75619
Octal11661651346606632712631
Binary100111011011101011011100110110011011011010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093675; }

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

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

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

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

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

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

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

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