#083255

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

Shades of Prussian Blue #083255

Tints of Prussian Blue #083255

Color information

#083255 (or 0x083255) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 55. RGB value is (8,50,85). Sum of RGB (Red+Green+Blue) = 8+50+85=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #083255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083255 is #F7CDAA. Grayscale: #292929. Windows color (decimal): -16240043 or 5583368. OLE color: 5583368.

HSL color Cylindrical-coordinate representation of color #083255: hue angle of 207.27º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083255 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85085-
CMYK0.910.4100.67
HSL207.27º82.8%18.24%-
HSV(B)207.27º90.59%33.33%-
XYZ2.882.999.02-
YUV41.43152.59104.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=5.59%
G=34.97%
B=59.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal850850.910.4100.67207.2782.818.24
Hex832555B29043cf5312
Octal106212513351010331712322
Binary1000110010101010110110111010010100001111001111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083255; }

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

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

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

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

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

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

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

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