Html Css Color HEX #083970 Prussian Blue

📋 copy color: '#083970'

red 8 ◦ green 57 ◦ blue 112

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

Shades of Prussian Blue #083970

Tints of Prussian Blue #083970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 4.52%
G = 32.2%
B = 63.28%

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

#083970 (or 0x083970) is known color: Prussian Blue. HEX triplet: 08, 39 and 70. RGB value is (8,57,112). Sum of RGB (Red+Green+Blue) = 8+57+112=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #083970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083970 is #F7C68F. Grayscale: #303030. Windows color (decimal): -16238224 or 7354632. OLE color: 7354632.

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

Color convert

RGB 8 57 112 -
CMYK 0.93 0.49 0 0.56
HSL 211.73º 0.87% 0.24% -
HSV(B) 211.73º 0.93% 0.44% -
XYZ 4.49 4.15 15.89 -
YUV 48.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 8 57 112 0.93 0.49 0 0.56 211.73 0.87 0.24
Hex 8 39 70 5D 31 0 38 D4 57 18
Octal 10 71 160 135 61 0 70 324 127 30
Binary 1000 111001 1110000 1011101 110001 0 111000 11010100 1010111 11000

Color Harmonies of #083970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083970

Black with #083970

Text Example


Text Example

White with #083970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083970; }

 p { color: rgb(8,57,112); }

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

background-color css

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

 a { background-color: rgb(8,57,112); }

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

border-color css

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

 span { border-color: rgb(8,57,112); }

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