Html Css Color HEX #083471 Prussian Blue

📋 copy color: '#083471'

red 8 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #083471

Tints of Prussian Blue #083471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 4.62%
G = 30.06%
B = 65.32%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083471 (or 0x083471) is known color: Prussian Blue. HEX triplet: 08, 34 and 71. RGB value is (8,52,113). Sum of RGB (Red+Green+Blue) = 8+52+113=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #083471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083471 is #F7CB8E. Grayscale: #2D2D2D. Windows color (decimal): -16239503 or 7418888. OLE color: 7418888.

HSL color Cylindrical-coordinate representation of color #083471: hue angle of 214.86º 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 #083471 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 52 113 -
CMYK 0.93 0.54 0 0.56
HSL 214.86º 0.87% 0.24% -
HSV(B) 214.86º 0.93% 0.44% -
XYZ 4.31 3.7 16.11 -
YUV 45.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 8 52 113 0.93 0.54 0 0.56 214.86 0.87 0.24
Hex 8 34 71 5D 36 0 38 D7 57 18
Octal 10 64 161 135 66 0 70 327 127 30
Binary 1000 110100 1110001 1011101 110110 0 111000 11010111 1010111 11000

Color Harmonies of #083471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083471

Black with #083471

Text Example


Text Example

White with #083471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083471; }

 p { color: rgb(8,52,113); }

 H1.HeaderClassName
 {
   color: #083471;
 }
 .AnyTagClassName
 {
   color: #083471;
 }
</style>

background-color css

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

 a { background-color: rgb(8,52,113); }

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

border-color css

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

 span { border-color: rgb(8,52,113); }

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