#083C55

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

Shades of Prussian Blue #083C55

Tints of Prussian Blue #083C55

Color information

#083C55 (or 0x083C55) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 55. RGB value is (8,60,85). Sum of RGB (Red+Green+Blue) = 8+60+85=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #083C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C55 is #F7C3AA. Grayscale: #2F2F2F. Windows color (decimal): -16237483 or 5585928. OLE color: 5585928.

HSL color Cylindrical-coordinate representation of color #083C55: hue angle of 199.48º 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 #083C55 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB86085-
CMYK0.910.2900.67
HSL199.48º82.8%18.24%-
HSV(B)199.48º90.59%33.33%-
XYZ3.363.949.18-
YUV47.3149.2799.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=5.23%
G=39.22%
B=55.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal860850.910.2900.67199.4882.818.24
Hex83C555B1D043c75312
Octal107412513335010330712322
Binary100011110010101011011011111010100001111000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083C55; }

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

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

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

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

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

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

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

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