Html Css Color HEX #083376 Prussian Blue

📋 copy color: '#083376'

red 8 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #083376

Tints of Prussian Blue #083376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 4.52%
G = 28.81%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083376 (or 0x083376) is known color: Prussian Blue. HEX triplet: 08, 33 and 76. RGB value is (8,51,118). Sum of RGB (Red+Green+Blue) = 8+51+118=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #083376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083376 is #F7CC89. Grayscale: #2D2D2D. Windows color (decimal): -16239754 or 7746312. OLE color: 7746312.

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

Color convert

RGB 8 51 118 -
CMYK 0.93 0.57 0 0.54
HSL 216.55º 0.87% 0.25% -
HSV(B) 216.55º 0.93% 0.46% -
XYZ 4.55 3.73 17.62 -
YUV 45.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 8 51 118 0.93 0.57 0 0.54 216.55 0.87 0.25
Hex 8 33 76 5D 39 0 36 D9 57 19
Octal 10 63 166 135 71 0 66 331 127 31
Binary 1000 110011 1110110 1011101 111001 0 110110 11011001 1010111 11001

Color Harmonies of #083376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083376

Black with #083376

Text Example


Text Example

White with #083376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083376; }

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

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

background-color css

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

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

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

border-color css

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

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

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