Html Css Color HEX #083271 Prussian Blue

📋 copy color: '#083271'

red 8 ◦ green 50 ◦ blue 113

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

Shades of Prussian Blue #083271

Tints of Prussian Blue #083271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

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

R = 4.68%
G = 29.24%
B = 66.08%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083271 (or 0x083271) is known color: Prussian Blue. HEX triplet: 08, 32 and 71. RGB value is (8,50,113). Sum of RGB (Red+Green+Blue) = 8+50+113=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #083271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083271 is #F7CD8E. Grayscale: #2C2C2C. Windows color (decimal): -16240015 or 7418376. OLE color: 7418376.

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

Color convert

RGB 8 50 113 -
CMYK 0.93 0.56 0 0.56
HSL 216º 0.87% 0.24% -
HSV(B) 216º 0.93% 0.44% -
XYZ 4.22 3.53 16.08 -
YUV 44.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 8 50 113 0.93 0.56 0 0.56 216 0.87 0.24
Hex 8 32 71 5D 38 0 38 D8 57 18
Octal 10 62 161 135 70 0 70 330 127 30
Binary 1000 110010 1110001 1011101 111000 0 111000 11011000 1010111 11000

Color Harmonies of #083271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083271

Black with #083271

Text Example


Text Example

White with #083271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083271; }

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

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

background-color css

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

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

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

border-color css

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

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

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