#083c6c

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

Shades of Prussian Blue #083C6C

Tints of Prussian Blue #083C6C

Color information

#083C6C (or 0x083C6C) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 6C. RGB value is (8,60,108). Sum of RGB (Red+Green+Blue) = 8+60+108=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #083C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C6C is #F7C393. Grayscale: #313131. Windows color (decimal): -16237460 or 7093256. OLE color: 7093256.

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

Color convert

RGB860108-
CMYK0.930.4400.58
HSL208.8º86.21%22.75%-
HSV(B)208.8º92.59%42.35%-
XYZ4.424.3714.8-
YUV49.92160.7798.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=4.55%
G=34.09%
B=61.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8601080.930.4400.58208.886.2122.75
Hex83C6C5D2C03Ad15617
Octal10741541355407232112627
Binary100011110011011001011101101100011101011010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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