#093870

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

Shades of Prussian Blue #093870

Tints of Prussian Blue #093870

Color information

#093870 (or 0x093870) is unknown color: approx Prussian Blue. HEX triplet: 09, 38 and 70. RGB value is (9,56,112). Sum of RGB (Red+Green+Blue) = 9+56+112=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #093870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093870 is #F6C78F. Grayscale: #303030. Windows color (decimal): -16172944 or 7354377. OLE color: 7354377.

HSL color Cylindrical-coordinate representation of color #093870: hue angle of 212.62º 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 #093870 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB956112-
CMYK0.920.5000.56
HSL212.62º85.12%23.73%-
HSV(B)212.62º91.96%43.92%-
XYZ4.454.0615.88-
YUV48.33163.9399.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=5.08%
G=31.64%
B=63.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9561120.920.5000.56212.6285.1223.73
Hex938705C32038d55518
Octal11701601346207032512530
Binary100111100011100001011100110010011100011010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093870; }

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

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

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

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

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

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

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

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