Html Css Color HEX #082C53 Prussian Blue

📋 copy color: '#082C53'

red 8 ◦ green 44 ◦ blue 83

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

Shades of Prussian Blue #082C53

Tints of Prussian Blue #082C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

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

R = 5.93%
G = 32.59%
B = 61.48%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082C53 (or 0x082C53) is known color: Prussian Blue. HEX triplet: 08, 2C and 53. RGB value is (8,44,83). Sum of RGB (Red+Green+Blue) = 8+44+83=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #082C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C53 is #F7D3AC. Grayscale: #252525. Windows color (decimal): -16241581 or 5450760. OLE color: 5450760.

HSL color Cylindrical-coordinate representation of color #082C53: hue angle of 211.2º 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 #082C53 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 44 83 -
CMYK 0.90 0.47 0 0.67
HSL 211.2º 0.82% 0.18% -
HSV(B) 211.2º 0.9% 0.33% -
XYZ 2.56 2.48 8.53 -
YUV 37.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 8 44 83 0.90 0.47 0 0.67 211.2 0.82 0.18
Hex 8 2C 53 5A 2F 0 43 D3 52 12
Octal 10 54 123 132 57 0 103 323 122 22
Binary 1000 101100 1010011 1011010 101111 0 1000011 11010011 1010010 10010

Color Harmonies of #082C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C53

Black with #082C53

Text Example


Text Example

White with #082C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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