#093069

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

Shades of Prussian Blue #093069

Tints of Prussian Blue #093069

Color information

#093069 (or 0x093069) is unknown color: approx Prussian Blue. HEX triplet: 09, 30 and 69. RGB value is (9,48,105). Sum of RGB (Red+Green+Blue) = 9+48+105=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #093069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093069 is #F6CF96. Grayscale: #2A2A2A. Windows color (decimal): -16174999 or 6893577. OLE color: 6893577.

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

Color convert

RGB948105-
CMYK0.910.5400.59
HSL215.62º84.21%22.35%-
HSV(B)215.62º91.43%41.18%-
XYZ3.723.1913.78-
YUV42.84163.08103.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=5.56%
G=29.63%
B=64.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9481050.910.5400.59215.6284.2122.35
Hex930695B3603Bd85416
Octal11601511336607333012426
Binary100111000011010011011011110110011101111011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093069; }

 p { color: rgb(9,48,105); }

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

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

 a { background-color: rgb(9,48,105); }

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

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

 span { border-color: rgb(9,48,105); }

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