Html Css Color HEX #082F5A Prussian Blue

📋 copy color: '#082F5A'

red 8 ◦ green 47 ◦ blue 90

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

Shades of Prussian Blue #082F5A

Tints of Prussian Blue #082F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.41%

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 5.52%
G = 32.41%
B = 62.07%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082F5A (or 0x082F5A) is known color: Prussian Blue. HEX triplet: 08, 2F and 5A. RGB value is (8,47,90). Sum of RGB (Red+Green+Blue) = 8+47+90=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #082F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5A is #F7D0A5. Grayscale: #282828. Windows color (decimal): -16240806 or 5910280. OLE color: 5910280.

HSL color Cylindrical-coordinate representation of color #082F5A: hue angle of 211.46º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F5A is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 47 90 -
CMYK 0.91 0.48 0 0.65
HSL 211.46º 0.84% 0.19% -
HSV(B) 211.46º 0.91% 0.35% -
XYZ 2.96 2.82 10.06 -
YUV 40.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 8 47 90 0.91 0.48 0 0.65 211.46 0.84 0.19
Hex 8 2F 5A 5B 30 0 41 D3 54 13
Octal 10 57 132 133 60 0 101 323 124 23
Binary 1000 101111 1011010 1011011 110000 0 1000001 11010011 1010100 10011

Color Harmonies of #082F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F5A

Black with #082F5A

Text Example


Text Example

White with #082F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,47,90); }

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

background-color css

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

 a { background-color: rgb(8,47,90); }

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

border-color css

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

 span { border-color: rgb(8,47,90); }

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