#093968

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

Shades of Prussian Blue #093968

Tints of Prussian Blue #093968

Color information

#093968 (or 0x093968) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 68. RGB value is (9,57,104). Sum of RGB (Red+Green+Blue) = 9+57+104=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #093968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093968 is #F6C697. Grayscale: #2F2F2F. Windows color (decimal): -16172696 or 6830345. OLE color: 6830345.

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

Color convert

RGB957104-
CMYK0.910.4500.59
HSL209.68º84.07%22.16%-
HSV(B)209.68º91.35%40.78%-
XYZ4.073.9813.65-
YUV48.01159.6100.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=5.29%
G=33.53%
B=61.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9571040.910.4500.59209.6884.0722.16
Hex939685B2D03Bd25416
Octal11711501335507332212426
Binary100111100111010001011011101101011101111010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093968; }

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

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

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

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

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

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

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

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