#083C6A

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

Shades of Prussian Blue #083C6A

Tints of Prussian Blue #083C6A

Color information

#083C6A (or 0x083C6A) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 6A. RGB value is (8,60,106). Sum of RGB (Red+Green+Blue) = 8+60+106=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #083C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C6A is #F7C395. Grayscale: #313131. Windows color (decimal): -16237462 or 6962184. OLE color: 6962184.

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

Color convert

RGB860106-
CMYK0.920.4300.58
HSL208.16º85.96%22.35%-
HSV(B)208.16º92.45%41.57%-
XYZ4.324.3214.24-
YUV49.7159.7798.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 106 (41.80% from 255) = 60.92%
R=4.60%
G=34.48%
B=60.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8601060.920.4300.58208.1685.9622.35
Hex83C6A5C2B03Ad05616
Octal10741521345307232012626
Binary100011110011010101011100101011011101011010000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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