Html Css Color HEX #082088 Smalt

📋 copy color: '#082088'

red 8 ◦ green 32 ◦ blue 136

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

Shades of Smalt #082088

Tints of Smalt #082088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 4.55%
G = 18.18%
B = 77.27%

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

#082088 (or 0x082088) is known color: Smalt. HEX triplet: 08, 20 and 88. RGB value is (8,32,136). Sum of RGB (Red+Green+Blue) = 8+32+136=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #082088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082088 is #F7DF77. Grayscale: #242424. Windows color (decimal): -16244600 or 8921096. OLE color: 8921096.

HSL color Cylindrical-coordinate representation of color #082088: hue angle of 228.75º 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 #082088 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 32 136 -
CMYK 0.94 0.76 0 0.47
HSL 228.75º 0.89% 0.28% -
HSV(B) 228.75º 0.94% 0.53% -
XYZ 5.06 2.86 23.58 -
YUV 36.68 184.05 107.54 -
System Red Green Blue C M Y K H S L
Decimal 8 32 136 0.94 0.76 0 0.47 228.75 0.89 0.28
Hex 8 20 88 5E 4C 0 2F E5 59 1C
Octal 10 40 210 136 114 0 57 345 131 34
Binary 1000 100000 10001000 1011110 1001100 0 101111 11100101 1011001 11100

Color Harmonies of #082088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082088

Black with #082088

Text Example


Text Example

White with #082088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082088; }

 p { color: rgb(8,32,136); }

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

background-color css

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

 a { background-color: rgb(8,32,136); }

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

border-color css

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

 span { border-color: rgb(8,32,136); }

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