#093E68

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

Shades of Prussian Blue #093E68

Tints of Prussian Blue #093E68

Color information

#093E68 (or 0x093E68) is unknown color: approx Prussian Blue. HEX triplet: 09, 3E and 68. RGB value is (9,62,104). Sum of RGB (Red+Green+Blue) = 9+62+104=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #093E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E68 is #F6C197. Grayscale: #323232. Windows color (decimal): -16171416 or 6831625. OLE color: 6831625.

HSL color Cylindrical-coordinate representation of color #093E68: hue angle of 206.53º 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 #093E68 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB962104-
CMYK0.910.4000.59
HSL206.53º84.07%22.16%-
HSV(B)206.53º91.35%40.78%-
XYZ4.334.513.74-
YUV50.94157.9498.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=5.14%
G=35.43%
B=59.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9621040.910.4000.59206.5384.0722.16
Hex93E685B2803Bcf5416
Octal11761501335007331712426
Binary100111111011010001011011101000011101111001111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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