Html Css Color HEX #083770 Prussian Blue

📋 copy color: '#083770'

red 8 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #083770

Tints of Prussian Blue #083770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 4.57%
G = 31.43%
B = 64%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#083770 (or 0x083770) is known color: Prussian Blue. HEX triplet: 08, 37 and 70. RGB value is (8,55,112). Sum of RGB (Red+Green+Blue) = 8+55+112=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #083770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083770 is #F7C88F. Grayscale: #2F2F2F. Windows color (decimal): -16238736 or 7354120. OLE color: 7354120.

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

Color convert

RGB 8 55 112 -
CMYK 0.93 0.51 0 0.56
HSL 212.88º 0.87% 0.24% -
HSV(B) 212.88º 0.93% 0.44% -
XYZ 4.39 3.95 15.86 -
YUV 47.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 8 55 112 0.93 0.51 0 0.56 212.88 0.87 0.24
Hex 8 37 70 5D 33 0 38 D5 57 18
Octal 10 67 160 135 63 0 70 325 127 30
Binary 1000 110111 1110000 1011101 110011 0 111000 11010101 1010111 11000

Color Harmonies of #083770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083770

Black with #083770

Text Example


Text Example

White with #083770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083770; }

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

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

background-color css

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

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

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

border-color css

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

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

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