Html Css Color HEX #082F63 Prussian Blue

📋 copy color: '#082F63'

red 8 ◦ green 47 ◦ blue 99

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

Shades of Prussian Blue #082F63

Tints of Prussian Blue #082F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 64.29%

R = 5.19%
G = 30.52%
B = 64.29%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082F63 (or 0x082F63) is known color: Prussian Blue. HEX triplet: 08, 2F and 63. RGB value is (8,47,99). Sum of RGB (Red+Green+Blue) = 8+47+99=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #082F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F63 is #F7D09C. Grayscale: #292929. Windows color (decimal): -16240797 or 6500104. OLE color: 6500104.

HSL color Cylindrical-coordinate representation of color #082F63: hue angle of 214.29º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082F63 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 47 99 -
CMYK 0.92 0.53 0 0.61
HSL 214.29º 0.85% 0.21% -
HSV(B) 214.29º 0.92% 0.39% -
XYZ 3.37 2.99 12.2 -
YUV 41.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 8 47 99 0.92 0.53 0 0.61 214.29 0.85 0.21
Hex 8 2F 63 5C 35 0 3D D6 55 15
Octal 10 57 143 134 65 0 75 326 125 25
Binary 1000 101111 1100011 1011100 110101 0 111101 11010110 1010101 10101

Color Harmonies of #082F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F63

Black with #082F63

Text Example


Text Example

White with #082F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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