#093970

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

Shades of Prussian Blue #093970

Tints of Prussian Blue #093970

Color information

#093970 (or 0x093970) is unknown color: approx Prussian Blue. HEX triplet: 09, 39 and 70. RGB value is (9,57,112). Sum of RGB (Red+Green+Blue) = 9+57+112=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #093970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093970 is #F6C68F. Grayscale: #303030. Windows color (decimal): -16172688 or 7354633. OLE color: 7354633.

HSL color Cylindrical-coordinate representation of color #093970: hue angle of 212.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093970 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB957112-
CMYK0.920.4900.56
HSL212.04º85.12%23.73%-
HSV(B)212.04º91.96%43.92%-
XYZ4.54.1515.89-
YUV48.92163.699.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=5.06%
G=32.02%
B=62.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9571120.920.4900.56212.0485.1223.73
Hex939705C31038d45518
Octal11711601346107032412530
Binary100111100111100001011100110001011100011010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093970; }

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

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

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

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

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

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

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

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