Html Css Color HEX #082E5D Prussian Blue

📋 copy color: '#082E5D'

red 8 ◦ green 46 ◦ blue 93

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

Shades of Prussian Blue #082E5D

Tints of Prussian Blue #082E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.27%

R = 5.44%
G = 31.29%
B = 63.27%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#082E5D (or 0x082E5D) is known color: Prussian Blue. HEX triplet: 08, 2E and 5D. RGB value is (8,46,93). Sum of RGB (Red+Green+Blue) = 8+46+93=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #082E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E5D is #F7D1A2. Grayscale: #272727. Windows color (decimal): -16241059 or 6106632. OLE color: 6106632.

HSL color Cylindrical-coordinate representation of color #082E5D: hue angle of 213.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082E5D is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 46 93 -
CMYK 0.91 0.51 0 0.64
HSL 213.18º 0.84% 0.2% -
HSV(B) 213.18º 0.91% 0.36% -
XYZ 3.05 2.8 10.73 -
YUV 40 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 8 46 93 0.91 0.51 0 0.64 213.18 0.84 0.2
Hex 8 2E 5D 5B 33 0 40 D5 54 14
Octal 10 56 135 133 63 0 100 325 124 24
Binary 1000 101110 1011101 1011011 110011 0 1000000 11010101 1010100 10100

Color Harmonies of #082E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E5D

Black with #082E5D

Text Example


Text Example

White with #082E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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