#083C62

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

Shades of Prussian Blue #083C62

Tints of Prussian Blue #083C62

Color information

#083C62 (or 0x083C62) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 62. RGB value is (8,60,98). Sum of RGB (Red+Green+Blue) = 8+60+98=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #083C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C62 is #F7C39D. Grayscale: #303030. Windows color (decimal): -16237470 or 6437896. OLE color: 6437896.

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

Color convert

RGB86098-
CMYK0.920.3900.62
HSL205.33º84.91%20.78%-
HSV(B)205.33º91.84%38.43%-
XYZ3.924.1712.15-
YUV48.78155.7798.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=4.82%
G=36.14%
B=59.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal860980.920.3900.62205.3384.9120.78
Hex83C625C2703Ecd5515
Octal10741421344707631512525
Binary100011110011000101011100100111011111011001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,60,98); }

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

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

 a { background-color: rgb(8,60,98); }

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

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

 span { border-color: rgb(8,60,98); }

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