Html Css Color HEX #083474 Prussian Blue

📋 copy color: '#083474'

red 8 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #083474

Tints of Prussian Blue #083474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

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

R = 4.55%
G = 29.55%
B = 65.91%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083474 (or 0x083474) is known color: Prussian Blue. HEX triplet: 08, 34 and 74. RGB value is (8,52,116). Sum of RGB (Red+Green+Blue) = 8+52+116=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #083474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083474 is #F7CB8B. Grayscale: #2D2D2D. Windows color (decimal): -16239500 or 7615496. OLE color: 7615496.

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

Color convert

RGB 8 52 116 -
CMYK 0.93 0.55 0 0.55
HSL 215.56º 0.87% 0.24% -
HSV(B) 215.56º 0.93% 0.45% -
XYZ 4.48 3.77 17.01 -
YUV 46.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 8 52 116 0.93 0.55 0 0.55 215.56 0.87 0.24
Hex 8 34 74 5D 37 0 37 D8 57 18
Octal 10 64 164 135 67 0 67 330 127 30
Binary 1000 110100 1110100 1011101 110111 0 110111 11011000 1010111 11000

Color Harmonies of #083474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083474

Black with #083474

Text Example


Text Example

White with #083474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083474; }

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

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

background-color css

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

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

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

border-color css

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

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

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