Html Css Color HEX #082B50 Prussian Blue

📋 copy color: '#082B50'

red 8 ◦ green 43 ◦ blue 80

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

Shades of Prussian Blue #082B50

Tints of Prussian Blue #082B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.82%

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

R = 6.11%
G = 32.82%
B = 61.07%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082B50 (or 0x082B50) is known color: Prussian Blue. HEX triplet: 08, 2B and 50. RGB value is (8,43,80). Sum of RGB (Red+Green+Blue) = 8+43+80=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #082B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B50 is #F7D4AF. Grayscale: #242424. Windows color (decimal): -16241840 or 5253896. OLE color: 5253896.

HSL color Cylindrical-coordinate representation of color #082B50: hue angle of 210.83º 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 #082B50 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 43 80 -
CMYK 0.90 0.46 0 0.69
HSL 210.83º 0.82% 0.17% -
HSV(B) 210.83º 0.9% 0.31% -
XYZ 2.41 2.36 7.92 -
YUV 36.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 8 43 80 0.90 0.46 0 0.69 210.83 0.82 0.17
Hex 8 2B 50 5A 2E 0 45 D3 52 11
Octal 10 53 120 132 56 0 105 323 122 21
Binary 1000 101011 1010000 1011010 101110 0 1000101 11010011 1010010 10001

Color Harmonies of #082B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B50

Black with #082B50

Text Example


Text Example

White with #082B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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