#083C58

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

Shades of Prussian Blue #083C58

Tints of Prussian Blue #083C58

Color information

#083C58 (or 0x083C58) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 58. RGB value is (8,60,88). Sum of RGB (Red+Green+Blue) = 8+60+88=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #083C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C58 is #F7C3A7. Grayscale: #2F2F2F. Windows color (decimal): -16237480 or 5782536. OLE color: 5782536.

HSL color Cylindrical-coordinate representation of color #083C58: hue angle of 201º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083C58 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86088-
CMYK0.910.3200.65
HSL201º83.33%18.82%-
HSV(B)201º90.91%34.51%-
XYZ3.483.999.82-
YUV47.64150.7799.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=5.13%
G=38.46%
B=56.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal860880.910.3200.6520183.3318.82
Hex83C585B20041c95313
Octal107413013340010131112323
Binary1000111100101100010110111000000100000111001001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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