Html Css Color HEX #083476 Prussian Blue

📋 copy color: '#083476'

red 8 ◦ green 52 ◦ blue 118

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

Shades of Prussian Blue #083476

Tints of Prussian Blue #083476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 66.29%

R = 4.49%
G = 29.21%
B = 66.29%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083476 (or 0x083476) is known color: Prussian Blue. HEX triplet: 08, 34 and 76. RGB value is (8,52,118). Sum of RGB (Red+Green+Blue) = 8+52+118=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #083476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083476 is #F7CB89. Grayscale: #2E2E2E. Windows color (decimal): -16239498 or 7746568. OLE color: 7746568.

HSL color Cylindrical-coordinate representation of color #083476: hue angle of 216º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083476 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 52 118 -
CMYK 0.93 0.56 0 0.54
HSL 216º 0.87% 0.25% -
HSV(B) 216º 0.93% 0.46% -
XYZ 4.6 3.82 17.63 -
YUV 46.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 8 52 118 0.93 0.56 0 0.54 216 0.87 0.25
Hex 8 34 76 5D 38 0 36 D8 57 19
Octal 10 64 166 135 70 0 66 330 127 31
Binary 1000 110100 1110110 1011101 111000 0 110110 11011000 1010111 11001

Color Harmonies of #083476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083476

Black with #083476

Text Example


Text Example

White with #083476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083476; }

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

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

background-color css

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

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

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

border-color css

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

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

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