Html Css Color HEX #083377 Prussian Blue

📋 copy color: '#083377'

red 8 ◦ green 51 ◦ blue 119

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

Shades of Prussian Blue #083377

Tints of Prussian Blue #083377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.85%

R = 4.49%
G = 28.65%
B = 66.85%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#083377 (or 0x083377) is known color: Prussian Blue. HEX triplet: 08, 33 and 77. RGB value is (8,51,119). Sum of RGB (Red+Green+Blue) = 8+51+119=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #083377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083377 is #F7CC88. Grayscale: #2D2D2D. Windows color (decimal): -16239753 or 7811848. OLE color: 7811848.

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

Color convert

RGB 8 51 119 -
CMYK 0.93 0.57 0 0.53
HSL 216.76º 0.87% 0.25% -
HSV(B) 216.76º 0.93% 0.47% -
XYZ 4.61 3.75 17.93 -
YUV 45.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 8 51 119 0.93 0.57 0 0.53 216.76 0.87 0.25
Hex 8 33 77 5D 39 0 35 D9 57 19
Octal 10 63 167 135 71 0 65 331 127 31
Binary 1000 110011 1110111 1011101 111001 0 110101 11011001 1010111 11001

Color Harmonies of #083377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083377

Black with #083377

Text Example


Text Example

White with #083377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083377; }

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

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

background-color css

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

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

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

border-color css

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

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

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