Html Css Color HEX #082A52 Prussian Blue

📋 copy color: '#082A52'

red 8 ◦ green 42 ◦ blue 82

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

Shades of Prussian Blue #082A52

Tints of Prussian Blue #082A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 62.12%

R = 6.06%
G = 31.82%
B = 62.12%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082A52 (or 0x082A52) is known color: Prussian Blue. HEX triplet: 08, 2A and 52. RGB value is (8,42,82). Sum of RGB (Red+Green+Blue) = 8+42+82=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #082A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A52 is #F7D5AD. Grayscale: #242424. Windows color (decimal): -16242094 or 5384712. OLE color: 5384712.

HSL color Cylindrical-coordinate representation of color #082A52: hue angle of 212.43º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082A52 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 42 82 -
CMYK 0.90 0.49 0 0.68
HSL 212.43º 0.82% 0.18% -
HSV(B) 212.43º 0.9% 0.32% -
XYZ 2.45 2.32 8.3 -
YUV 36.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 8 42 82 0.90 0.49 0 0.68 212.43 0.82 0.18
Hex 8 2A 52 5A 31 0 44 D4 52 12
Octal 10 52 122 132 61 0 104 324 122 22
Binary 1000 101010 1010010 1011010 110001 0 1000100 11010100 1010010 10010

Color Harmonies of #082A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A52

Black with #082A52

Text Example


Text Example

White with #082A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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