Html Css Color HEX #083490 Smalt

📋 copy color: '#083490'

red 8 ◦ green 52 ◦ blue 144

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

Shades of Smalt #083490

Tints of Smalt #083490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 3.92%
G = 25.49%
B = 70.59%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#083490 (or 0x083490) is known color: Smalt. HEX triplet: 08, 34 and 90. RGB value is (8,52,144). Sum of RGB (Red+Green+Blue) = 8+52+144=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #083490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083490 is #F7CB6F. Grayscale: #303030. Windows color (decimal): -16239472 or 9450504. OLE color: 9450504.

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

Color convert

RGB 8 52 144 -
CMYK 0.94 0.64 0 0.44
HSL 220.59º 0.89% 0.3% -
HSV(B) 220.59º 0.94% 0.56% -
XYZ 6.36 4.52 26.92 -
YUV 49.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 8 52 144 0.94 0.64 0 0.44 220.59 0.89 0.3
Hex 8 34 90 5E 40 0 2C DD 59 1E
Octal 10 64 220 136 100 0 54 335 131 36
Binary 1000 110100 10010000 1011110 1000000 0 101100 11011101 1011001 11110

Color Harmonies of #083490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083490

Black with #083490

Text Example


Text Example

White with #083490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083490; }

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

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

background-color css

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

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

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

border-color css

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

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

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