Html Css Color HEX #082F60 Prussian Blue

📋 copy color: '#082F60'

red 8 ◦ green 47 ◦ blue 96

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

Shades of Prussian Blue #082F60

Tints of Prussian Blue #082F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 5.3%
G = 31.13%
B = 63.58%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082F60 (or 0x082F60) is known color: Prussian Blue. HEX triplet: 08, 2F and 60. RGB value is (8,47,96). Sum of RGB (Red+Green+Blue) = 8+47+96=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #082F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F60 is #F7D09F. Grayscale: #282828. Windows color (decimal): -16240800 or 6303496. OLE color: 6303496.

HSL color Cylindrical-coordinate representation of color #082F60: hue angle of 213.41º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082F60 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 47 96 -
CMYK 0.92 0.51 0 0.62
HSL 213.41º 0.85% 0.2% -
HSV(B) 213.41º 0.92% 0.38% -
XYZ 3.23 2.93 11.46 -
YUV 40.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 8 47 96 0.92 0.51 0 0.62 213.41 0.85 0.2
Hex 8 2F 60 5C 33 0 3E D5 55 14
Octal 10 57 140 134 63 0 76 325 125 24
Binary 1000 101111 1100000 1011100 110011 0 111110 11010101 1010101 10100

Color Harmonies of #082F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F60

Black with #082F60

Text Example


Text Example

White with #082F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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