Html Css Color HEX #082F52 Prussian Blue

📋 copy color: '#082F52'

red 8 ◦ green 47 ◦ blue 82

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

Shades of Prussian Blue #082F52

Tints of Prussian Blue #082F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.31%

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

R = 5.84%
G = 34.31%
B = 59.85%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082F52 (or 0x082F52) is known color: Prussian Blue. HEX triplet: 08, 2F and 52. RGB value is (8,47,82). Sum of RGB (Red+Green+Blue) = 8+47+82=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #082F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F52 is #F7D0AD. Grayscale: #272727. Windows color (decimal): -16240814 or 5385992. OLE color: 5385992.

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

Color convert

RGB 8 47 82 -
CMYK 0.90 0.43 0 0.68
HSL 208.38º 0.82% 0.18% -
HSV(B) 208.38º 0.9% 0.32% -
XYZ 2.64 2.69 8.36 -
YUV 39.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 8 47 82 0.90 0.43 0 0.68 208.38 0.82 0.18
Hex 8 2F 52 5A 2B 0 44 D0 52 12
Octal 10 57 122 132 53 0 104 320 122 22
Binary 1000 101111 1010010 1011010 101011 0 1000100 11010000 1010010 10010

Color Harmonies of #082F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F52

Black with #082F52

Text Example


Text Example

White with #082F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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