#083272

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

Shades of Prussian Blue #083272

Tints of Prussian Blue #083272

Color information

#083272 (or 0x083272) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 72. RGB value is (8,50,114). Sum of RGB (Red+Green+Blue) = 8+50+114=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #083272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083272 is #F7CD8D. Grayscale: #2C2C2C. Windows color (decimal): -16240014 or 7483912. OLE color: 7483912.

HSL color Cylindrical-coordinate representation of color #083272: hue angle of 216.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083272 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB850114-
CMYK0.930.5600.55
HSL216.23º86.89%23.92%-
HSV(B)216.23º92.98%44.71%-
XYZ4.283.5516.38-
YUV44.74167.09101.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 114 (44.92% from 255) = 66.28%
R=4.65%
G=29.07%
B=66.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8501140.930.5600.55216.2386.8923.92
Hex832725D38037d85718
Octal10621621357006733012730
Binary100011001011100101011101111000011011111011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083272; }

 p { color: rgb(8,50,114); }

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

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

 a { background-color: rgb(8,50,114); }

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

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

 span { border-color: rgb(8,50,114); }

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