Html Css Color HEX #082D5C Prussian Blue

📋 copy color: '#082D5C'

red 8 ◦ green 45 ◦ blue 92

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

Shades of Prussian Blue #082D5C

Tints of Prussian Blue #082D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

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

R = 5.52%
G = 31.03%
B = 63.45%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#082D5C (or 0x082D5C) is known color: Prussian Blue. HEX triplet: 08, 2D and 5C. RGB value is (8,45,92). Sum of RGB (Red+Green+Blue) = 8+45+92=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #082D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D5C is #F7D2A3. Grayscale: #272727. Windows color (decimal): -16241316 or 6040840. OLE color: 6040840.

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

Color convert

RGB 8 45 92 -
CMYK 0.91 0.51 0 0.64
HSL 213.57º 0.84% 0.2% -
HSV(B) 213.57º 0.91% 0.36% -
XYZ 2.97 2.7 10.49 -
YUV 39.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 8 45 92 0.91 0.51 0 0.64 213.57 0.84 0.2
Hex 8 2D 5C 5B 33 0 40 D6 54 14
Octal 10 55 134 133 63 0 100 326 124 24
Binary 1000 101101 1011100 1011011 110011 0 1000000 11010110 1010100 10100

Color Harmonies of #082D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D5C

Black with #082D5C

Text Example


Text Example

White with #082D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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