Html Css Color HEX #083670 Prussian Blue

📋 copy color: '#083670'

red 8 ◦ green 54 ◦ blue 112

#083670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #083670

Tints of Prussian Blue #083670

RGB

 RED value IS 8 (3.52% from 255) = 4.6%

 GREEN value IS 54 (21.48% from 255) = 31.03%

 BLUE value IS 112 (44.14% from 255) = 64.37%

R = 4.6%
G = 31.03%
B = 64.37%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083670 (or 0x083670) is known color: 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

RGB 8 54 112 -
CMYK 0.93 0.52 0 0.56
HSL 213.46º 0.87% 0.24% -
HSV(B) 213.46º 0.93% 0.44% -
XYZ 4.34 3.86 15.85 -
YUV 46.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 8 54 112 0.93 0.52 0 0.56 213.46 0.87 0.24
Hex 8 36 70 5D 34 0 38 D5 57 18
Octal 10 66 160 135 64 0 70 325 127 30
Binary 1000 110110 1110000 1011101 110100 0 111000 11010101 1010111 11000

Color Harmonies of #083670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083670

Black with #083670

Text Example


Text Example

White with #083670

Text Example


Text Example

HTML Codes & Css Web 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>