Html Css Color HEX #082187 Smalt

📋 copy color: '#082187'

red 8 ◦ green 33 ◦ blue 135

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

Shades of Smalt #082187

Tints of Smalt #082187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.75%

 BLUE value IS 135 (53.13% from 255) = 76.7%

R = 4.55%
G = 18.75%
B = 76.7%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#082187 (or 0x082187) is known color: Smalt. HEX triplet: 08, 21 and 87. RGB value is (8,33,135). Sum of RGB (Red+Green+Blue) = 8+33+135=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #082187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082187 is #F7DE78. Grayscale: #242424. Windows color (decimal): -16244345 or 8855816. OLE color: 8855816.

HSL color Cylindrical-coordinate representation of color #082187: hue angle of 228.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082187 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 33 135 -
CMYK 0.94 0.76 0 0.47
HSL 228.19º 0.89% 0.28% -
HSV(B) 228.19º 0.94% 0.53% -
XYZ 5.02 2.89 23.21 -
YUV 37.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 8 33 135 0.94 0.76 0 0.47 228.19 0.89 0.28
Hex 8 21 87 5E 4C 0 2F E4 59 1C
Octal 10 41 207 136 114 0 57 344 131 34
Binary 1000 100001 10000111 1011110 1001100 0 101111 11100100 1011001 11100

Color Harmonies of #082187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082187

Black with #082187

Text Example


Text Example

White with #082187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082187; }

 p { color: rgb(8,33,135); }

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

background-color css

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

 a { background-color: rgb(8,33,135); }

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

border-color css

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

 span { border-color: rgb(8,33,135); }

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