Html Css Color HEX #083A71 Prussian Blue

📋 copy color: '#083A71'

red 8 ◦ green 58 ◦ blue 113

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

Shades of Prussian Blue #083A71

Tints of Prussian Blue #083A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.4%

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

R = 4.47%
G = 32.4%
B = 63.13%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083A71 (or 0x083A71) is known color: Prussian Blue. HEX triplet: 08, 3A and 71. RGB value is (8,58,113). Sum of RGB (Red+Green+Blue) = 8+58+113=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #083A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A71 is #F7C58E. Grayscale: #313131. Windows color (decimal): -16237967 or 7420424. OLE color: 7420424.

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

Color convert

RGB 8 58 113 -
CMYK 0.93 0.49 0 0.56
HSL 211.43º 0.87% 0.24% -
HSV(B) 211.43º 0.93% 0.44% -
XYZ 4.59 4.27 16.2 -
YUV 49.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 8 58 113 0.93 0.49 0 0.56 211.43 0.87 0.24
Hex 8 3A 71 5D 31 0 38 D3 57 18
Octal 10 72 161 135 61 0 70 323 127 30
Binary 1000 111010 1110001 1011101 110001 0 111000 11010011 1010111 11000

Color Harmonies of #083A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A71

Black with #083A71

Text Example


Text Example

White with #083A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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