Html Css Color HEX #082E63 Prussian Blue

📋 copy color: '#082E63'

red 8 ◦ green 46 ◦ blue 99

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

Shades of Prussian Blue #082E63

Tints of Prussian Blue #082E63

RGB

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

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

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

R = 5.23%
G = 30.07%
B = 64.71%

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

#082E63 (or 0x082E63) is known color: Prussian Blue. HEX triplet: 08, 2E and 63. RGB value is (8,46,99). Sum of RGB (Red+Green+Blue) = 8+46+99=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #082E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E63 is #F7D19C. Grayscale: #282828. Windows color (decimal): -16241053 or 6499848. OLE color: 6499848.

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

Color convert

RGB 8 46 99 -
CMYK 0.92 0.54 0 0.61
HSL 214.95º 0.85% 0.21% -
HSV(B) 214.95º 0.92% 0.39% -
XYZ 3.33 2.91 12.19 -
YUV 40.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 8 46 99 0.92 0.54 0 0.61 214.95 0.85 0.21
Hex 8 2E 63 5C 36 0 3D D7 55 15
Octal 10 56 143 134 66 0 75 327 125 25
Binary 1000 101110 1100011 1011100 110110 0 111101 11010111 1010101 10101

Color Harmonies of #082E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E63

Black with #082E63

Text Example


Text Example

White with #082E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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