Html Css Color HEX #082D5A Prussian Blue

📋 copy color: '#082D5A'

red 8 ◦ green 45 ◦ blue 90

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

Shades of Prussian Blue #082D5A

Tints of Prussian Blue #082D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.94%

R = 5.59%
G = 31.47%
B = 62.94%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082D5A (or 0x082D5A) is known color: Prussian Blue. HEX triplet: 08, 2D and 5A. RGB value is (8,45,90). Sum of RGB (Red+Green+Blue) = 8+45+90=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #082D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D5A is #F7D2A5. Grayscale: #262626. Windows color (decimal): -16241318 or 5909768. OLE color: 5909768.

HSL color Cylindrical-coordinate representation of color #082D5A: hue angle of 212.93º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082D5A is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 45 90 -
CMYK 0.91 0.50 0 0.65
HSL 212.93º 0.84% 0.19% -
HSV(B) 212.93º 0.91% 0.35% -
XYZ 2.88 2.67 10.04 -
YUV 39.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 8 45 90 0.91 0.50 0 0.65 212.93 0.84 0.19
Hex 8 2D 5A 5B 32 0 41 D5 54 13
Octal 10 55 132 133 62 0 101 325 124 23
Binary 1000 101101 1011010 1011011 110010 0 1000001 11010101 1010100 10011

Color Harmonies of #082D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D5A

Black with #082D5A

Text Example


Text Example

White with #082D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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