#093469

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

Shades of Prussian Blue #093469

Tints of Prussian Blue #093469

Color information

#093469 (or 0x093469) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 69. RGB value is (9,52,105). Sum of RGB (Red+Green+Blue) = 9+52+105=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #093469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093469 is #F6CB96. Grayscale: #2C2C2C. Windows color (decimal): -16173975 or 6894601. OLE color: 6894601.

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

Color convert

RGB952105-
CMYK0.910.5000.59
HSL213.12º84.21%22.35%-
HSV(B)213.12º91.43%41.18%-
XYZ3.893.5313.84-
YUV45.18161.75102.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 105 (41.41% from 255) = 63.25%
R=5.42%
G=31.33%
B=63.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9521050.910.5000.59213.1284.2122.35
Hex934695B3203Bd55416
Octal11641511336207332512426
Binary100111010011010011011011110010011101111010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093469; }

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

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

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

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

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

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

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

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