Html Css Color HEX #083276 Prussian Blue

📋 copy color: '#083276'

red 8 ◦ green 50 ◦ blue 118

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

Shades of Prussian Blue #083276

Tints of Prussian Blue #083276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 4.55%
G = 28.41%
B = 67.05%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083276 (or 0x083276) is known color: Prussian Blue. HEX triplet: 08, 32 and 76. RGB value is (8,50,118). Sum of RGB (Red+Green+Blue) = 8+50+118=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #083276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083276 is #F7CD89. Grayscale: #2C2C2C. Windows color (decimal): -16240010 or 7746056. OLE color: 7746056.

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

Color convert

RGB 8 50 118 -
CMYK 0.93 0.58 0 0.54
HSL 217.09º 0.87% 0.25% -
HSV(B) 217.09º 0.93% 0.46% -
XYZ 4.51 3.64 17.6 -
YUV 45.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 8 50 118 0.93 0.58 0 0.54 217.09 0.87 0.25
Hex 8 32 76 5D 3A 0 36 D9 57 19
Octal 10 62 166 135 72 0 66 331 127 31
Binary 1000 110010 1110110 1011101 111010 0 110110 11011001 1010111 11001

Color Harmonies of #083276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083276

Black with #083276

Text Example


Text Example

White with #083276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083276; }

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

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

background-color css

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

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

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

border-color css

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

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

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