#093467

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

Shades of Prussian Blue #093467

Tints of Prussian Blue #093467

Color information

#093467 (or 0x093467) is unknown color: approx Prussian Blue. HEX triplet: 09, 34 and 67. RGB value is (9,52,103). Sum of RGB (Red+Green+Blue) = 9+52+103=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #093467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093467 is #F6CB98. Grayscale: #2C2C2C. Windows color (decimal): -16173977 or 6763529. OLE color: 6763529.

HSL color Cylindrical-coordinate representation of color #093467: hue angle of 212.55º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093467 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB952103-
CMYK0.910.5000.60
HSL212.55º83.93%21.96%-
HSV(B)212.55º91.26%40.39%-
XYZ3.793.4913.31-
YUV44.96160.75102.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 103 (40.62% from 255) = 62.80%
R=5.49%
G=31.71%
B=62.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9521030.910.5000.60212.5583.9321.96
Hex934675B3203Cd55416
Octal11641471336207432512426
Binary100111010011001111011011110010011110011010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093467; }

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

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

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

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

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

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

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

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