Html Css Color HEX #082F65 Prussian Blue

📋 copy color: '#082F65'

red 8 ◦ green 47 ◦ blue 101

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

Shades of Prussian Blue #082F65

Tints of Prussian Blue #082F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 64.74%

R = 5.13%
G = 30.13%
B = 64.74%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#082F65 (or 0x082F65) is known color: Prussian Blue. HEX triplet: 08, 2F and 65. RGB value is (8,47,101). Sum of RGB (Red+Green+Blue) = 8+47+101=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #082F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F65 is #F7D09A. Grayscale: #292929. Windows color (decimal): -16240795 or 6631176. OLE color: 6631176.

HSL color Cylindrical-coordinate representation of color #082F65: hue angle of 214.84º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082F65 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 47 101 -
CMYK 0.92 0.53 0 0.60
HSL 214.84º 0.85% 0.21% -
HSV(B) 214.84º 0.92% 0.4% -
XYZ 3.47 3.02 12.71 -
YUV 41.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 8 47 101 0.92 0.53 0 0.60 214.84 0.85 0.21
Hex 8 2F 65 5C 35 0 3C D7 55 15
Octal 10 57 145 134 65 0 74 327 125 25
Binary 1000 101111 1100101 1011100 110101 0 111100 11010111 1010101 10101

Color Harmonies of #082F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F65

Black with #082F65

Text Example


Text Example

White with #082F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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