#083B68

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

Shades of Prussian Blue #083B68

Tints of Prussian Blue #083B68

Color information

#083B68 (or 0x083B68) is unknown color: approx Prussian Blue. HEX triplet: 08, 3B and 68. RGB value is (8,59,104). Sum of RGB (Red+Green+Blue) = 8+59+104=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #083B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B68 is #F7C497. Grayscale: #303030. Windows color (decimal): -16237720 or 6830856. OLE color: 6830856.

HSL color Cylindrical-coordinate representation of color #083B68: hue angle of 208.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083B68 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB859104-
CMYK0.920.4300.59
HSL208.12º85.71%21.96%-
HSV(B)208.12º92.31%40.78%-
XYZ4.164.1813.68-
YUV48.88159.198.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=4.68%
G=34.50%
B=60.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8591040.920.4300.59208.1285.7121.96
Hex83B685C2B03Bd05616
Octal10731501345307332012626
Binary100011101111010001011100101011011101111010000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,59,104); }

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

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

 a { background-color: rgb(8,59,104); }

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

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

 span { border-color: rgb(8,59,104); }

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