Html Css Color HEX #083772 Prussian Blue

📋 copy color: '#083772'

red 8 ◦ green 55 ◦ blue 114

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

Shades of Prussian Blue #083772

Tints of Prussian Blue #083772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 4.52%
G = 31.07%
B = 64.41%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083772 (or 0x083772) is known color: Prussian Blue. HEX triplet: 08, 37 and 72. RGB value is (8,55,114). Sum of RGB (Red+Green+Blue) = 8+55+114=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #083772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083772 is #F7C88D. Grayscale: #2F2F2F. Windows color (decimal): -16238734 or 7485192. OLE color: 7485192.

HSL color Cylindrical-coordinate representation of color #083772: hue angle of 213.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083772 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 55 114 -
CMYK 0.93 0.52 0 0.55
HSL 213.4º 0.87% 0.24% -
HSV(B) 213.4º 0.93% 0.45% -
XYZ 4.5 4 16.45 -
YUV 47.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 8 55 114 0.93 0.52 0 0.55 213.4 0.87 0.24
Hex 8 37 72 5D 34 0 37 D5 57 18
Octal 10 67 162 135 64 0 67 325 127 30
Binary 1000 110111 1110010 1011101 110100 0 110111 11010101 1010111 11000

Color Harmonies of #083772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083772

Black with #083772

Text Example


Text Example

White with #083772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083772; }

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

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

background-color css

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

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

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

border-color css

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

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

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