#083D69

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

Shades of Prussian Blue #083D69

Tints of Prussian Blue #083D69

Color information

#083D69 (or 0x083D69) is unknown color: approx Prussian Blue. HEX triplet: 08, 3D and 69. RGB value is (8,61,105). Sum of RGB (Red+Green+Blue) = 8+61+105=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #083D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D69 is #F7C296. Grayscale: #313131. Windows color (decimal): -16237207 or 6896904. OLE color: 6896904.

HSL color Cylindrical-coordinate representation of color #083D69: hue angle of 207.22º 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 #083D69 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB861105-
CMYK0.920.4200.59
HSL207.22º85.84%22.16%-
HSV(B)207.22º92.38%41.18%-
XYZ4.324.4113.99-
YUV50.17158.9497.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=4.60%
G=35.06%
B=60.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8611050.920.4200.59207.2285.8422.16
Hex83D695C2A03Bcf5616
Octal10751511345207331712626
Binary100011110111010011011100101010011101111001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,61,105); }

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

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

 a { background-color: rgb(8,61,105); }

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

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

 span { border-color: rgb(8,61,105); }

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