Html Css Color HEX #082F5D Prussian Blue

📋 copy color: '#082F5D'

red 8 ◦ green 47 ◦ blue 93

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

Shades of Prussian Blue #082F5D

Tints of Prussian Blue #082F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 5.41%
G = 31.76%
B = 62.84%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#082F5D (or 0x082F5D) is known color: Prussian Blue. HEX triplet: 08, 2F and 5D. RGB value is (8,47,93). Sum of RGB (Red+Green+Blue) = 8+47+93=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #082F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5D is #F7D0A2. Grayscale: #282828. Windows color (decimal): -16240803 or 6106888. OLE color: 6106888.

HSL color Cylindrical-coordinate representation of color #082F5D: hue angle of 212.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082F5D is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 47 93 -
CMYK 0.91 0.49 0 0.64
HSL 212.47º 0.84% 0.2% -
HSV(B) 212.47º 0.91% 0.36% -
XYZ 3.09 2.87 10.75 -
YUV 40.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 8 47 93 0.91 0.49 0 0.64 212.47 0.84 0.2
Hex 8 2F 5D 5B 31 0 40 D4 54 14
Octal 10 57 135 133 61 0 100 324 124 24
Binary 1000 101111 1011101 1011011 110001 0 1000000 11010100 1010100 10100

Color Harmonies of #082F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F5D

Black with #082F5D

Text Example


Text Example

White with #082F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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