Html Css Color HEX #082490 Smalt

📋 copy color: '#082490'

red 8 ◦ green 36 ◦ blue 144

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

Shades of Smalt #082490

Tints of Smalt #082490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 4.26%
G = 19.15%
B = 76.6%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#082490 (or 0x082490) is known color: Smalt. HEX triplet: 08, 24 and 90. RGB value is (8,36,144). Sum of RGB (Red+Green+Blue) = 8+36+144=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #082490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082490 is #F7DB6F. Grayscale: #272727. Windows color (decimal): -16243568 or 9446408. OLE color: 9446408.

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

Color convert

RGB 8 36 144 -
CMYK 0.94 0.75 0 0.44
HSL 227.65º 0.89% 0.3% -
HSV(B) 227.65º 0.94% 0.56% -
XYZ 5.77 3.33 26.72 -
YUV 39.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 8 36 144 0.94 0.75 0 0.44 227.65 0.89 0.3
Hex 8 24 90 5E 4B 0 2C E4 59 1E
Octal 10 44 220 136 113 0 54 344 131 36
Binary 1000 100100 10010000 1011110 1001011 0 101100 11100100 1011001 11110

Color Harmonies of #082490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082490

Black with #082490

Text Example


Text Example

White with #082490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082490; }

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

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

background-color css

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

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

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

border-color css

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

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

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