#083A6D

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

Shades of Prussian Blue #083A6D

Tints of Prussian Blue #083A6D

Color information

#083A6D (or 0x083A6D) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 6D. RGB value is (8,58,109). Sum of RGB (Red+Green+Blue) = 8+58+109=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #083A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A6D is #F7C592. Grayscale: #303030. Windows color (decimal): -16237971 or 7158280. OLE color: 7158280.

HSL color Cylindrical-coordinate representation of color #083A6D: hue angle of 210.3º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083A6D is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB858109-
CMYK0.930.4700.57
HSL210.3º86.32%22.94%-
HSV(B)210.3º92.66%42.75%-
XYZ4.374.1815.04-
YUV48.86161.9498.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=4.57%
G=33.14%
B=62.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8581090.930.4700.57210.386.3222.94
Hex83A6D5D2F039d25617
Octal10721551355707132212627
Binary100011101011011011011101101111011100111010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,109); }

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

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

 a { background-color: rgb(8,58,109); }

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

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

 span { border-color: rgb(8,58,109); }

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