Html Css Color HEX #082A4D Prussian Blue

📋 copy color: '#082A4D'

red 8 ◦ green 42 ◦ blue 77

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

Shades of Prussian Blue #082A4D

Tints of Prussian Blue #082A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.07%

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

R = 6.3%
G = 33.07%
B = 60.63%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#082A4D (or 0x082A4D) is known color: Prussian Blue. HEX triplet: 08, 2A and 4D. RGB value is (8,42,77). Sum of RGB (Red+Green+Blue) = 8+42+77=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #082A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A4D is #F7D5B2. Grayscale: #232323. Windows color (decimal): -16242099 or 5057032. OLE color: 5057032.

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

Color convert

RGB 8 42 77 -
CMYK 0.90 0.45 0 0.70
HSL 210.43º 0.81% 0.17% -
HSV(B) 210.43º 0.9% 0.3% -
XYZ 2.27 2.24 7.33 -
YUV 35.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 8 42 77 0.90 0.45 0 0.70 210.43 0.81 0.17
Hex 8 2A 4D 5A 2D 0 46 D2 51 11
Octal 10 52 115 132 55 0 106 322 121 21
Binary 1000 101010 1001101 1011010 101101 0 1000110 11010010 1010001 10001

Color Harmonies of #082A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A4D

Black with #082A4D

Text Example


Text Example

White with #082A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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