#093A6F

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

Shades of Prussian Blue #093A6F

Tints of Prussian Blue #093A6F

Color information

#093A6F (or 0x093A6F) is unknown color: approx Prussian Blue. HEX triplet: 09, 3A and 6F. RGB value is (9,58,111). Sum of RGB (Red+Green+Blue) = 9+58+111=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #093A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A6F is #F6C590. Grayscale: #313131. Windows color (decimal): -16172433 or 7289353. OLE color: 7289353.

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

Color convert

RGB958111-
CMYK0.920.4800.56
HSL211.18º85%23.53%-
HSV(B)211.18º91.89%43.53%-
XYZ4.494.2315.62-
YUV49.39162.7799.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 111 (43.75% from 255) = 62.36%
R=5.06%
G=32.58%
B=62.36%

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
Decimal9581110.920.4800.56211.188523.53
Hex93A6F5C30038d35518
Octal11721571346007032312530
Binary100111101011011111011100110000011100011010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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