#093268

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

Shades of Prussian Blue #093268

Tints of Prussian Blue #093268

Color information

#093268 (or 0x093268) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 68. RGB value is (9,50,104). Sum of RGB (Red+Green+Blue) = 9+50+104=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #093268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093268 is #F6CD97. Grayscale: #2B2B2B. Windows color (decimal): -16174488 or 6828553. OLE color: 6828553.

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

Color convert

RGB950104-
CMYK0.910.5200.59
HSL214.11º84.07%22.16%-
HSV(B)214.11º91.35%40.78%-
XYZ3.753.3413.54-
YUV43.9161.92103.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=5.52%
G=30.67%
B=63.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9501040.910.5200.59214.1184.0722.16
Hex932685B3403Bd65416
Octal11621501336407332612426
Binary100111001011010001011011110100011101111010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093268; }

 p { color: rgb(9,50,104); }

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

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

 a { background-color: rgb(9,50,104); }

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

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

 span { border-color: rgb(9,50,104); }

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