Html Css Color HEX #082990 Smalt

📋 copy color: '#082990'

red 8 ◦ green 41 ◦ blue 144

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

Shades of Smalt #082990

Tints of Smalt #082990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.61%

R = 4.15%
G = 21.24%
B = 74.61%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#082990 (or 0x082990) is known color: Smalt. HEX triplet: 08, 29 and 90. RGB value is (8,41,144). Sum of RGB (Red+Green+Blue) = 8+41+144=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #082990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082990 is #F7D66F. Grayscale: #2A2A2A. Windows color (decimal): -16242288 or 9447688. OLE color: 9447688.

HSL color Cylindrical-coordinate representation of color #082990: hue angle of 225.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082990 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 41 144 -
CMYK 0.94 0.72 0 0.44
HSL 225.44º 0.89% 0.3% -
HSV(B) 225.44º 0.94% 0.56% -
XYZ 5.93 3.65 26.78 -
YUV 42.88 185.07 103.12 -
System Red Green Blue C M Y K H S L
Decimal 8 41 144 0.94 0.72 0 0.44 225.44 0.89 0.3
Hex 8 29 90 5E 48 0 2C E1 59 1E
Octal 10 51 220 136 110 0 54 341 131 36
Binary 1000 101001 10010000 1011110 1001000 0 101100 11100001 1011001 11110

Color Harmonies of #082990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082990

Black with #082990

Text Example


Text Example

White with #082990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082990; }

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

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

background-color css

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

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

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

border-color css

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

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

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