#093A70

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

Shades of Prussian Blue #093A70

Tints of Prussian Blue #093A70

Color information

#093A70 (or 0x093A70) is unknown color: approx Prussian Blue. HEX triplet: 09, 3A and 70. RGB value is (9,58,112). Sum of RGB (Red+Green+Blue) = 9+58+112=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #093A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A70 is #F6C58F. Grayscale: #313131. Windows color (decimal): -16172432 or 7354889. OLE color: 7354889.

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

Color convert

RGB958112-
CMYK0.920.4800.56
HSL211.46º85.12%23.73%-
HSV(B)211.46º91.96%43.92%-
XYZ4.554.2515.91-
YUV49.5163.2799.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=5.03%
G=32.40%
B=62.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9581120.920.4800.56211.4685.1223.73
Hex93A705C30038d35518
Octal11721601346007032312530
Binary100111101011100001011100110000011100011010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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