#083663

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

Shades of Prussian Blue #083663

Tints of Prussian Blue #083663

Color information

#083663 (or 0x083663) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 63. RGB value is (8,54,99). Sum of RGB (Red+Green+Blue) = 8+54+99=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #083663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083663 is #F7C99C. Grayscale: #2D2D2D. Windows color (decimal): -16239005 or 6501896. OLE color: 6501896.

HSL color Cylindrical-coordinate representation of color #083663: hue angle of 209.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083663 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB85499-
CMYK0.920.4500.61
HSL209.67º85.05%20.98%-
HSV(B)209.67º91.92%38.82%-
XYZ3.673.5912.3-
YUV45.38158.26101.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 99 (39.06% from 255) = 61.49%
R=4.97%
G=33.54%
B=61.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal854990.920.4500.61209.6785.0520.98
Hex836635C2D03Dd25515
Octal10661431345507532212525
Binary100011011011000111011100101101011110111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083663; }

 p { color: rgb(8,54,99); }

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

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

 a { background-color: rgb(8,54,99); }

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

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

 span { border-color: rgb(8,54,99); }

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