Html Css Color HEX #082F5C Prussian Blue

📋 copy color: '#082F5C'

red 8 ◦ green 47 ◦ blue 92

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

Shades of Prussian Blue #082F5C

Tints of Prussian Blue #082F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 62.59%

R = 5.44%
G = 31.97%
B = 62.59%

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

#082F5C (or 0x082F5C) is known color: Prussian Blue. HEX triplet: 08, 2F and 5C. RGB value is (8,47,92). Sum of RGB (Red+Green+Blue) = 8+47+92=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #082F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F5C is #F7D0A3. Grayscale: #282828. Windows color (decimal): -16240804 or 6041352. OLE color: 6041352.

HSL color Cylindrical-coordinate representation of color #082F5C: hue angle of 212.14º 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 #082F5C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 47 92 -
CMYK 0.91 0.49 0 0.64
HSL 212.14º 0.84% 0.2% -
HSV(B) 212.14º 0.91% 0.36% -
XYZ 3.05 2.86 10.52 -
YUV 40.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 8 47 92 0.91 0.49 0 0.64 212.14 0.84 0.2
Hex 8 2F 5C 5B 31 0 40 D4 54 14
Octal 10 57 134 133 61 0 100 324 124 24
Binary 1000 101111 1011100 1011011 110001 0 1000000 11010100 1010100 10100

Color Harmonies of #082F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F5C

Black with #082F5C

Text Example


Text Example

White with #082F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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