Html Css Color HEX #082C4E Prussian Blue

📋 copy color: '#082C4E'

red 8 ◦ green 44 ◦ blue 78

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

Shades of Prussian Blue #082C4E

Tints of Prussian Blue #082C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60%

R = 6.15%
G = 33.85%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082C4E (or 0x082C4E) is known color: Prussian Blue. HEX triplet: 08, 2C and 4E. RGB value is (8,44,78). Sum of RGB (Red+Green+Blue) = 8+44+78=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #082C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C4E is #F7D3B1. Grayscale: #242424. Windows color (decimal): -16241586 or 5123080. OLE color: 5123080.

HSL color Cylindrical-coordinate representation of color #082C4E: hue angle of 209.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082C4E is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 44 78 -
CMYK 0.90 0.44 0 0.69
HSL 209.14º 0.81% 0.17% -
HSV(B) 209.14º 0.9% 0.31% -
XYZ 2.38 2.4 7.55 -
YUV 37.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 8 44 78 0.90 0.44 0 0.69 209.14 0.81 0.17
Hex 8 2C 4E 5A 2C 0 45 D1 51 11
Octal 10 54 116 132 54 0 105 321 121 21
Binary 1000 101100 1001110 1011010 101100 0 1000101 11010001 1010001 10001

Color Harmonies of #082C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C4E

Black with #082C4E

Text Example


Text Example

White with #082C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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