Html Css Color HEX #082989 Smalt

📋 copy color: '#082989'

red 8 ◦ green 41 ◦ blue 137

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

Shades of Smalt #082989

Tints of Smalt #082989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.04%

 BLUE value IS 137 (53.91% from 255) = 73.66%

R = 4.3%
G = 22.04%
B = 73.66%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#082989 (or 0x082989) is known color: Smalt. HEX triplet: 08, 29 and 89. RGB value is (8,41,137). Sum of RGB (Red+Green+Blue) = 8+41+137=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #082989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082989 is #F7D676. Grayscale: #292929. Windows color (decimal): -16242295 or 8988936. OLE color: 8988936.

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

Color convert

RGB 8 41 137 -
CMYK 0.94 0.70 0 0.46
HSL 224.65º 0.89% 0.28% -
HSV(B) 224.65º 0.94% 0.54% -
XYZ 5.41 3.44 24.05 -
YUV 42.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 8 41 137 0.94 0.70 0 0.46 224.65 0.89 0.28
Hex 8 29 89 5E 46 0 2E E1 59 1C
Octal 10 51 211 136 106 0 56 341 131 34
Binary 1000 101001 10001001 1011110 1000110 0 101110 11100001 1011001 11100

Color Harmonies of #082989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082989

Black with #082989

Text Example


Text Example

White with #082989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082989; }

 p { color: rgb(8,41,137); }

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

background-color css

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

 a { background-color: rgb(8,41,137); }

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

border-color css

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

 span { border-color: rgb(8,41,137); }

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