Html Css Color HEX #083674 Prussian Blue

📋 copy color: '#083674'

red 8 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #083674

Tints of Prussian Blue #083674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

 BLUE value IS 116 (45.7% from 255) = 65.17%

R = 4.49%
G = 30.34%
B = 65.17%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083674 (or 0x083674) is known color: Prussian Blue. HEX triplet: 08, 36 and 74. RGB value is (8,54,116). Sum of RGB (Red+Green+Blue) = 8+54+116=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #083674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083674 is #F7C98B. Grayscale: #2F2F2F. Windows color (decimal): -16238988 or 7616008. OLE color: 7616008.

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

Color convert

RGB 8 54 116 -
CMYK 0.93 0.53 0 0.55
HSL 214.44º 0.87% 0.24% -
HSV(B) 214.44º 0.93% 0.45% -
XYZ 4.57 3.95 17.04 -
YUV 47.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 8 54 116 0.93 0.53 0 0.55 214.44 0.87 0.24
Hex 8 36 74 5D 35 0 37 D6 57 18
Octal 10 66 164 135 65 0 67 326 127 30
Binary 1000 110110 1110100 1011101 110101 0 110111 11010110 1010111 11000

Color Harmonies of #083674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083674

Black with #083674

Text Example


Text Example

White with #083674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083674; }

 p { color: rgb(8,54,116); }

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

background-color css

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

 a { background-color: rgb(8,54,116); }

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

border-color css

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

 span { border-color: rgb(8,54,116); }

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