Html Css Color HEX #082B4D Prussian Blue

📋 copy color: '#082B4D'

red 8 ◦ green 43 ◦ blue 77

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

Shades of Prussian Blue #082B4D

Tints of Prussian Blue #082B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 60.16%

R = 6.25%
G = 33.59%
B = 60.16%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#082B4D (or 0x082B4D) is known color: Prussian Blue. HEX triplet: 08, 2B and 4D. RGB value is (8,43,77). Sum of RGB (Red+Green+Blue) = 8+43+77=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #082B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B4D is #F7D4B2. Grayscale: #242424. Windows color (decimal): -16241843 or 5057288. OLE color: 5057288.

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

Color convert

RGB 8 43 77 -
CMYK 0.90 0.44 0 0.70
HSL 209.57º 0.81% 0.17% -
HSV(B) 209.57º 0.9% 0.3% -
XYZ 2.3 2.32 7.35 -
YUV 36.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 8 43 77 0.90 0.44 0 0.70 209.57 0.81 0.17
Hex 8 2B 4D 5A 2C 0 46 D2 51 11
Octal 10 53 115 132 54 0 106 322 121 21
Binary 1000 101011 1001101 1011010 101100 0 1000110 11010010 1010001 10001

Color Harmonies of #082B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B4D

Black with #082B4D

Text Example


Text Example

White with #082B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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