Html Css Color HEX #082C54 Prussian Blue

📋 copy color: '#082C54'

red 8 ◦ green 44 ◦ blue 84

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

Shades of Prussian Blue #082C54

Tints of Prussian Blue #082C54

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.35%

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

R = 5.88%
G = 32.35%
B = 61.76%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082C54 (or 0x082C54) is known color: Prussian Blue. HEX triplet: 08, 2C and 54. RGB value is (8,44,84). Sum of RGB (Red+Green+Blue) = 8+44+84=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #082C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C54 is #F7D3AB. Grayscale: #252525. Windows color (decimal): -16241580 or 5516296. OLE color: 5516296.

HSL color Cylindrical-coordinate representation of color #082C54: hue angle of 211.58º 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 #082C54 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 44 84 -
CMYK 0.90 0.48 0 0.67
HSL 211.58º 0.83% 0.18% -
HSV(B) 211.58º 0.9% 0.33% -
XYZ 2.6 2.49 8.73 -
YUV 37.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 8 44 84 0.90 0.48 0 0.67 211.58 0.83 0.18
Hex 8 2C 54 5A 30 0 43 D4 53 12
Octal 10 54 124 132 60 0 103 324 123 22
Binary 1000 101100 1010100 1011010 110000 0 1000011 11010100 1010011 10010

Color Harmonies of #082C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C54

Black with #082C54

Text Example


Text Example

White with #082C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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