Html Css Color HEX #083871 Prussian Blue

📋 copy color: '#083871'

red 8 ◦ green 56 ◦ blue 113

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

Shades of Prussian Blue #083871

Tints of Prussian Blue #083871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 4.52%
G = 31.64%
B = 63.84%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083871 (or 0x083871) is known color: Prussian Blue. HEX triplet: 08, 38 and 71. RGB value is (8,56,113). Sum of RGB (Red+Green+Blue) = 8+56+113=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #083871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083871 is #F7C78E. Grayscale: #2F2F2F. Windows color (decimal): -16238479 or 7419912. OLE color: 7419912.

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

Color convert

RGB 8 56 113 -
CMYK 0.93 0.50 0 0.56
HSL 212.57º 0.87% 0.24% -
HSV(B) 212.57º 0.93% 0.44% -
XYZ 4.49 4.07 16.17 -
YUV 48.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 8 56 113 0.93 0.50 0 0.56 212.57 0.87 0.24
Hex 8 38 71 5D 32 0 38 D5 57 18
Octal 10 70 161 135 62 0 70 325 127 30
Binary 1000 111000 1110001 1011101 110010 0 111000 11010101 1010111 11000

Color Harmonies of #083871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083871

Black with #083871

Text Example


Text Example

White with #083871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083871; }

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

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

background-color css

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

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

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

border-color css

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

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

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