Html Css Color HEX #082188 Smalt

📋 copy color: '#082188'

red 8 ◦ green 33 ◦ blue 136

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

Shades of Smalt #082188

Tints of Smalt #082188

RGB

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

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

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

R = 4.52%
G = 18.64%
B = 76.84%

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

#082188 (or 0x082188) is known color: Smalt. HEX triplet: 08, 21 and 88. RGB value is (8,33,136). Sum of RGB (Red+Green+Blue) = 8+33+136=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #082188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082188 is #F7DE77. Grayscale: #242424. Windows color (decimal): -16244344 or 8921352. OLE color: 8921352.

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

Color convert

RGB 8 33 136 -
CMYK 0.94 0.76 0 0.47
HSL 228.28º 0.89% 0.28% -
HSV(B) 228.28º 0.94% 0.53% -
XYZ 5.09 2.92 23.59 -
YUV 37.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 8 33 136 0.94 0.76 0 0.47 228.28 0.89 0.28
Hex 8 21 88 5E 4C 0 2F E4 59 1C
Octal 10 41 210 136 114 0 57 344 131 34
Binary 1000 100001 10001000 1011110 1001100 0 101111 11100100 1011001 11100

Color Harmonies of #082188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082188

Black with #082188

Text Example


Text Example

White with #082188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082188; }

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

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

background-color css

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

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

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

border-color css

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

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

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