Html Css Color HEX #082F59 Prussian Blue

📋 copy color: '#082F59'

red 8 ◦ green 47 ◦ blue 89

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

Shades of Prussian Blue #082F59

Tints of Prussian Blue #082F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 61.81%

R = 5.56%
G = 32.64%
B = 61.81%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082F59 (or 0x082F59) is known color: Prussian Blue. HEX triplet: 08, 2F and 59. RGB value is (8,47,89). Sum of RGB (Red+Green+Blue) = 8+47+89=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #082F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F59 is #F7D0A6. Grayscale: #272727. Windows color (decimal): -16240807 or 5844744. OLE color: 5844744.

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

Color convert

RGB 8 47 89 -
CMYK 0.91 0.47 0 0.65
HSL 211.11º 0.84% 0.19% -
HSV(B) 211.11º 0.91% 0.35% -
XYZ 2.92 2.81 9.84 -
YUV 40.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 8 47 89 0.91 0.47 0 0.65 211.11 0.84 0.19
Hex 8 2F 59 5B 2F 0 41 D3 54 13
Octal 10 57 131 133 57 0 101 323 124 23
Binary 1000 101111 1011001 1011011 101111 0 1000001 11010011 1010100 10011

Color Harmonies of #082F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F59

Black with #082F59

Text Example


Text Example

White with #082F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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