Html Css Color HEX #083277 Prussian Blue

📋 copy color: '#083277'

red 8 ◦ green 50 ◦ blue 119

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

Shades of Prussian Blue #083277

Tints of Prussian Blue #083277

RGB

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

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

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

R = 4.52%
G = 28.25%
B = 67.23%

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

#083277 (or 0x083277) is known color: Prussian Blue. HEX triplet: 08, 32 and 77. RGB value is (8,50,119). Sum of RGB (Red+Green+Blue) = 8+50+119=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #083277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083277 is #F7CD88. Grayscale: #2C2C2C. Windows color (decimal): -16240009 or 7811592. OLE color: 7811592.

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

Color convert

RGB 8 50 119 -
CMYK 0.93 0.58 0 0.53
HSL 217.3º 0.87% 0.25% -
HSV(B) 217.3º 0.93% 0.47% -
XYZ 4.57 3.66 17.92 -
YUV 45.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 8 50 119 0.93 0.58 0 0.53 217.3 0.87 0.25
Hex 8 32 77 5D 3A 0 35 D9 57 19
Octal 10 62 167 135 72 0 65 331 127 31
Binary 1000 110010 1110111 1011101 111010 0 110101 11011001 1010111 11001

Color Harmonies of #083277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083277

Black with #083277

Text Example


Text Example

White with #083277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083277; }

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

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

background-color css

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

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

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

border-color css

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

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

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