Html Css Color HEX #082E5C Prussian Blue

📋 copy color: '#082E5C'

red 8 ◦ green 46 ◦ blue 92

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

Shades of Prussian Blue #082E5C

Tints of Prussian Blue #082E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.01%

R = 5.48%
G = 31.51%
B = 63.01%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#082E5C (or 0x082E5C) is known color: Prussian Blue. HEX triplet: 08, 2E and 5C. RGB value is (8,46,92). Sum of RGB (Red+Green+Blue) = 8+46+92=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #082E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E5C is #F7D1A3. Grayscale: #272727. Windows color (decimal): -16241060 or 6041096. OLE color: 6041096.

HSL color Cylindrical-coordinate representation of color #082E5C: hue angle of 212.86º 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 #082E5C is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 46 92 -
CMYK 0.91 0.50 0 0.64
HSL 212.86º 0.84% 0.2% -
HSV(B) 212.86º 0.91% 0.36% -
XYZ 3.01 2.78 10.5 -
YUV 39.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 8 46 92 0.91 0.50 0 0.64 212.86 0.84 0.2
Hex 8 2E 5C 5B 32 0 40 D5 54 14
Octal 10 56 134 133 62 0 100 325 124 24
Binary 1000 101110 1011100 1011011 110010 0 1000000 11010101 1010100 10100

Color Harmonies of #082E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E5C

Black with #082E5C

Text Example


Text Example

White with #082E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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