Html Css Color HEX #082E64 Prussian Blue

📋 copy color: '#082E64'

red 8 ◦ green 46 ◦ blue 100

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

Shades of Prussian Blue #082E64

Tints of Prussian Blue #082E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 29.87%

 BLUE value IS 100 (39.45% from 255) = 64.94%

R = 5.19%
G = 29.87%
B = 64.94%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#082E64 (or 0x082E64) is known color: Prussian Blue. HEX triplet: 08, 2E and 64. RGB value is (8,46,100). Sum of RGB (Red+Green+Blue) = 8+46+100=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #082E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E64 is #F7D19B. Grayscale: #282828. Windows color (decimal): -16241052 or 6565384. OLE color: 6565384.

HSL color Cylindrical-coordinate representation of color #082E64: hue angle of 215.22º 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 #082E64 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 46 100 -
CMYK 0.92 0.54 0 0.61
HSL 215.22º 0.85% 0.21% -
HSV(B) 215.22º 0.92% 0.39% -
XYZ 3.38 2.93 12.44 -
YUV 40.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 8 46 100 0.92 0.54 0 0.61 215.22 0.85 0.21
Hex 8 2E 64 5C 36 0 3D D7 55 15
Octal 10 56 144 134 66 0 75 327 125 25
Binary 1000 101110 1100100 1011100 110110 0 111101 11010111 1010101 10101

Color Harmonies of #082E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E64

Black with #082E64

Text Example


Text Example

White with #082E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,46,100); }

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

background-color css

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

 a { background-color: rgb(8,46,100); }

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

border-color css

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

 span { border-color: rgb(8,46,100); }

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