Html Css Color HEX #082D50 Prussian Blue

📋 copy color: '#082D50'

red 8 ◦ green 45 ◦ blue 80

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

Shades of Prussian Blue #082D50

Tints of Prussian Blue #082D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

 BLUE value IS 80 (31.64% from 255) = 60.15%

R = 6.02%
G = 33.83%
B = 60.15%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082D50 (or 0x082D50) is known color: Prussian Blue. HEX triplet: 08, 2D and 50. RGB value is (8,45,80). Sum of RGB (Red+Green+Blue) = 8+45+80=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #082D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D50 is #F7D2AF. Grayscale: #252525. Windows color (decimal): -16241328 or 5254408. OLE color: 5254408.

HSL color Cylindrical-coordinate representation of color #082D50: hue angle of 209.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082D50 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 45 80 -
CMYK 0.90 0.44 0 0.69
HSL 209.17º 0.82% 0.17% -
HSV(B) 209.17º 0.9% 0.31% -
XYZ 2.49 2.51 7.94 -
YUV 37.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 8 45 80 0.90 0.44 0 0.69 209.17 0.82 0.17
Hex 8 2D 50 5A 2C 0 45 D1 52 11
Octal 10 55 120 132 54 0 105 321 122 21
Binary 1000 101101 1010000 1011010 101100 0 1000101 11010001 1010010 10001

Color Harmonies of #082D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D50

Black with #082D50

Text Example


Text Example

White with #082D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082D50; }

 p { color: rgb(8,45,80); }

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

background-color css

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

 a { background-color: rgb(8,45,80); }

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

border-color css

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

 span { border-color: rgb(8,45,80); }

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