#083A66

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

Shades of Prussian Blue #083A66

Tints of Prussian Blue #083A66

Color information

#083A66 (or 0x083A66) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 66. RGB value is (8,58,102). Sum of RGB (Red+Green+Blue) = 8+58+102=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #083A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A66 is #F7C599. Grayscale: #2F2F2F. Windows color (decimal): -16237978 or 6699528. OLE color: 6699528.

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

Color convert

RGB858102-
CMYK0.920.4300.6
HSL208.09º85.45%21.57%-
HSV(B)208.09º92.16%40%-
XYZ4.014.0413.14-
YUV48.07158.4499.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=4.76%
G=34.52%
B=60.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8581020.920.4300.6208.0985.4521.57
Hex83A665C2B03Cd05516
Octal10721461345307432012526
Binary100011101011001101011100101011011110011010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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