#093868

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

Shades of Prussian Blue #093868

Tints of Prussian Blue #093868

Color information

#093868 (or 0x093868) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 68. RGB value is (9,56,104). Sum of RGB (Red+Green+Blue) = 9+56+104=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #093868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093868 is #F6C797. Grayscale: #2F2F2F. Windows color (decimal): -16172952 or 6830089. OLE color: 6830089.

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

Color convert

RGB956104-
CMYK0.910.4600.59
HSL210.32º84.07%22.16%-
HSV(B)210.32º91.35%40.78%-
XYZ4.033.8913.63-
YUV47.42159.93100.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.33%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=5.33%
G=33.14%
B=61.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9561040.910.4600.59210.3284.0722.16
Hex938685B2E03Bd25416
Octal11701501335607332212426
Binary100111100011010001011011101110011101111010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093868; }

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

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

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

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

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

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

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

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