Html Css Color HEX #082B53 Prussian Blue

📋 copy color: '#082B53'

red 8 ◦ green 43 ◦ blue 83

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

Shades of Prussian Blue #082B53

Tints of Prussian Blue #082B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

 BLUE value IS 83 (32.81% from 255) = 61.94%

R = 5.97%
G = 32.09%
B = 61.94%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082B53 (or 0x082B53) is known color: Prussian Blue. HEX triplet: 08, 2B and 53. RGB value is (8,43,83). Sum of RGB (Red+Green+Blue) = 8+43+83=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #082B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B53 is #F7D4AC. Grayscale: #242424. Windows color (decimal): -16241837 or 5450504. OLE color: 5450504.

HSL color Cylindrical-coordinate representation of color #082B53: hue angle of 212º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082B53 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 43 83 -
CMYK 0.90 0.48 0 0.67
HSL 212º 0.82% 0.18% -
HSV(B) 212º 0.9% 0.33% -
XYZ 2.53 2.4 8.51 -
YUV 37.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 8 43 83 0.90 0.48 0 0.67 212 0.82 0.18
Hex 8 2B 53 5A 30 0 43 D4 52 12
Octal 10 53 123 132 60 0 103 324 122 22
Binary 1000 101011 1010011 1011010 110000 0 1000011 11010100 1010010 10010

Color Harmonies of #082B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B53

Black with #082B53

Text Example


Text Example

White with #082B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,83); }

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

background-color css

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

 a { background-color: rgb(8,43,83); }

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

border-color css

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

 span { border-color: rgb(8,43,83); }

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