#093B68

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

Shades of Prussian Blue #093B68

Tints of Prussian Blue #093B68

Color information

#093B68 (or 0x093B68) is unknown color: approx Prussian Blue. HEX triplet: 09, 3B and 68. RGB value is (9,59,104). Sum of RGB (Red+Green+Blue) = 9+59+104=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #093B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B68 is #F6C497. Grayscale: #303030. Windows color (decimal): -16172184 or 6830857. OLE color: 6830857.

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

Color convert

RGB959104-
CMYK0.910.4300.59
HSL208.42º84.07%22.16%-
HSV(B)208.42º91.35%40.78%-
XYZ4.184.1913.68-
YUV49.18158.9499.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=5.23%
G=34.30%
B=60.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9591040.910.4300.59208.4284.0722.16
Hex93B685B2B03Bd05416
Octal11731501335307332012426
Binary100111101111010001011011101011011101111010000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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