Html Css Color HEX #082E54 Prussian Blue

📋 copy color: '#082E54'

red 8 ◦ green 46 ◦ blue 84

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

Shades of Prussian Blue #082E54

Tints of Prussian Blue #082E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 60.87%

R = 5.8%
G = 33.33%
B = 60.87%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082E54 (or 0x082E54) is known color: Prussian Blue. HEX triplet: 08, 2E and 54. RGB value is (8,46,84). Sum of RGB (Red+Green+Blue) = 8+46+84=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #082E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E54 is #F7D1AB. Grayscale: #262626. Windows color (decimal): -16241068 or 5516808. OLE color: 5516808.

HSL color Cylindrical-coordinate representation of color #082E54: hue angle of 210º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082E54 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 46 84 -
CMYK 0.90 0.45 0 0.67
HSL 210º 0.83% 0.18% -
HSV(B) 210º 0.9% 0.33% -
XYZ 2.68 2.65 8.76 -
YUV 38.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 8 46 84 0.90 0.45 0 0.67 210 0.83 0.18
Hex 8 2E 54 5A 2D 0 43 D2 53 12
Octal 10 56 124 132 55 0 103 322 123 22
Binary 1000 101110 1010100 1011010 101101 0 1000011 11010010 1010011 10010

Color Harmonies of #082E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E54

Black with #082E54

Text Example


Text Example

White with #082E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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