#083954

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

Shades of Prussian Blue #083954

Tints of Prussian Blue #083954

Color information

#083954 (or 0x083954) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 54. RGB value is (8,57,84). Sum of RGB (Red+Green+Blue) = 8+57+84=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #083954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083954 is #F7C6AB. Grayscale: #2D2D2D. Windows color (decimal): -16238252 or 5519624. OLE color: 5519624.

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

Color convert

RGB85784-
CMYK0.900.3200.67
HSL201.32º82.61%18.04%-
HSV(B)201.32º90.48%32.94%-
XYZ3.163.628.92-
YUV45.43149.77101.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 84 (33.20% from 255) = 56.38%
R=5.37%
G=38.26%
B=56.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal857840.900.3200.67201.3282.6118.04
Hex839545A20043c95312
Octal107112413240010331112322
Binary1000111001101010010110101000000100001111001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083954; }

 p { color: rgb(8,57,84); }

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

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

 a { background-color: rgb(8,57,84); }

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

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

 span { border-color: rgb(8,57,84); }

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