Html Css Color HEX #083378 Prussian Blue

📋 copy color: '#083378'

red 8 ◦ green 51 ◦ blue 120

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

Shades of Prussian Blue #083378

Tints of Prussian Blue #083378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 67.04%

R = 4.47%
G = 28.49%
B = 67.04%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083378 (or 0x083378) is known color: Prussian Blue. HEX triplet: 08, 33 and 78. RGB value is (8,51,120). Sum of RGB (Red+Green+Blue) = 8+51+120=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 120 (47.27% from 255 or 67.04% from 179); Max value from RGB is 120 - color contains mainly: blue. Hex color #083378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083378 is #F7CC87. Grayscale: #2D2D2D. Windows color (decimal): -16239752 or 7877384. OLE color: 7877384.

HSL color Cylindrical-coordinate representation of color #083378: hue angle of 216.96º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083378 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 51 120 -
CMYK 0.93 0.58 0 0.53
HSL 216.96º 0.88% 0.25% -
HSV(B) 216.96º 0.93% 0.47% -
XYZ 4.67 3.78 18.25 -
YUV 46.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 8 51 120 0.93 0.58 0 0.53 216.96 0.88 0.25
Hex 8 33 78 5D 3A 0 35 D9 58 19
Octal 10 63 170 135 72 0 65 331 130 31
Binary 1000 110011 1111000 1011101 111010 0 110101 11011001 1011000 11001

Color Harmonies of #083378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083378

Black with #083378

Text Example


Text Example

White with #083378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083378; }

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

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

background-color css

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

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

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

border-color css

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

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

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