Html Css Color HEX #082F53 Prussian Blue

📋 copy color: '#082F53'

red 8 ◦ green 47 ◦ blue 83

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

Shades of Prussian Blue #082F53

Tints of Prussian Blue #082F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 5.8%
G = 34.06%
B = 60.14%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082F53 (or 0x082F53) is known color: Prussian Blue. HEX triplet: 08, 2F and 53. RGB value is (8,47,83). Sum of RGB (Red+Green+Blue) = 8+47+83=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #082F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F53 is #F7D0AC. Grayscale: #272727. Windows color (decimal): -16240813 or 5451528. OLE color: 5451528.

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

Color convert

RGB 8 47 83 -
CMYK 0.90 0.43 0 0.67
HSL 208.8º 0.82% 0.18% -
HSV(B) 208.8º 0.9% 0.33% -
XYZ 2.68 2.71 8.57 -
YUV 39.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 8 47 83 0.90 0.43 0 0.67 208.8 0.82 0.18
Hex 8 2F 53 5A 2B 0 43 D1 52 12
Octal 10 57 123 132 53 0 103 321 122 22
Binary 1000 101111 1010011 1011010 101011 0 1000011 11010001 1010010 10010

Color Harmonies of #082F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F53

Black with #082F53

Text Example


Text Example

White with #082F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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