#093D6C

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

Shades of Prussian Blue #093D6C

Tints of Prussian Blue #093D6C

Color information

#093D6C (or 0x093D6C) is unknown color: approx Prussian Blue. HEX triplet: 09, 3D and 6C. RGB value is (9,61,108). Sum of RGB (Red+Green+Blue) = 9+61+108=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #093D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D6C is #F6C293. Grayscale: #323232. Windows color (decimal): -16171668 or 7093513. OLE color: 7093513.

HSL color Cylindrical-coordinate representation of color #093D6C: hue angle of 208.48º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093D6C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB961108-
CMYK0.920.4400.58
HSL208.48º84.62%22.94%-
HSV(B)208.48º91.67%42.35%-
XYZ4.494.4814.82-
YUV50.81160.2798.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=5.06%
G=34.27%
B=60.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9611080.920.4400.58208.4884.6222.94
Hex93D6C5C2C03Ad05517
Octal11751541345407232012527
Binary100111110111011001011100101100011101011010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093D6C; }

 p { color: rgb(9,61,108); }

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

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

 a { background-color: rgb(9,61,108); }

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

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

 span { border-color: rgb(9,61,108); }

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