Html Css Color HEX #082F54 Prussian Blue

📋 copy color: '#082F54'

red 8 ◦ green 47 ◦ blue 84

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

Shades of Prussian Blue #082F54

Tints of Prussian Blue #082F54

RGB

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

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

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

R = 5.76%
G = 33.81%
B = 60.43%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082F54 (or 0x082F54) is known color: Prussian Blue. HEX triplet: 08, 2F and 54. RGB value is (8,47,84). Sum of RGB (Red+Green+Blue) = 8+47+84=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #082F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F54 is #F7D0AB. Grayscale: #272727. Windows color (decimal): -16240812 or 5517064. OLE color: 5517064.

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

Color convert

RGB 8 47 84 -
CMYK 0.90 0.44 0 0.67
HSL 209.21º 0.83% 0.18% -
HSV(B) 209.21º 0.9% 0.33% -
XYZ 2.72 2.72 8.77 -
YUV 39.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 8 47 84 0.90 0.44 0 0.67 209.21 0.83 0.18
Hex 8 2F 54 5A 2C 0 43 D1 53 12
Octal 10 57 124 132 54 0 103 321 123 22
Binary 1000 101111 1010100 1011010 101100 0 1000011 11010001 1010011 10010

Color Harmonies of #082F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F54

Black with #082F54

Text Example


Text Example

White with #082F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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