#083670

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

Shades of Prussian Blue #083670

Tints of Prussian Blue #083670

Color information

#083670 (or 0x083670) is unknown color: approx Prussian Blue. HEX triplet: 08, 36 and 70. RGB value is (8,54,112). Sum of RGB (Red+Green+Blue) = 8+54+112=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #083670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083670 is #F7C98F. Grayscale: #2E2E2E. Windows color (decimal): -16238992 or 7353864. OLE color: 7353864.

HSL color Cylindrical-coordinate representation of color #083670: hue angle of 213.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083670 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB854112-
CMYK0.930.5200.56
HSL213.46º86.67%23.53%-
HSV(B)213.46º92.86%43.92%-
XYZ4.343.8615.85-
YUV46.86164.76100.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=4.60%
G=31.03%
B=64.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8541120.930.5200.56213.4686.6723.53
Hex836705D34038d55718
Octal10661601356407032512730
Binary100011011011100001011101110100011100011010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083670; }

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

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

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

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

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

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

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

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