Html Css Color HEX #082D58 Prussian Blue

📋 copy color: '#082D58'

red 8 ◦ green 45 ◦ blue 88

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

Shades of Prussian Blue #082D58

Tints of Prussian Blue #082D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.41%

R = 5.67%
G = 31.91%
B = 62.41%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082D58 (or 0x082D58) is known color: Prussian Blue. HEX triplet: 08, 2D and 58. RGB value is (8,45,88). Sum of RGB (Red+Green+Blue) = 8+45+88=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #082D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D58 is #F7D2A7. Grayscale: #262626. Windows color (decimal): -16241320 or 5778696. OLE color: 5778696.

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

Color convert

RGB 8 45 88 -
CMYK 0.91 0.49 0 0.65
HSL 212.25º 0.83% 0.19% -
HSV(B) 212.25º 0.91% 0.35% -
XYZ 2.8 2.63 9.59 -
YUV 38.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 8 45 88 0.91 0.49 0 0.65 212.25 0.83 0.19
Hex 8 2D 58 5B 31 0 41 D4 53 13
Octal 10 55 130 133 61 0 101 324 123 23
Binary 1000 101101 1011000 1011011 110001 0 1000001 11010100 1010011 10011

Color Harmonies of #082D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D58

Black with #082D58

Text Example


Text Example

White with #082D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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