Html Css Color HEX #083491 Smalt

📋 copy color: '#083491'

red 8 ◦ green 52 ◦ blue 145

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

Shades of Smalt #083491

Tints of Smalt #083491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.73%

R = 3.9%
G = 25.37%
B = 70.73%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083491 (or 0x083491) is known color: Smalt. HEX triplet: 08, 34 and 91. RGB value is (8,52,145). Sum of RGB (Red+Green+Blue) = 8+52+145=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #083491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083491 is #F7CB6E. Grayscale: #313131. Windows color (decimal): -16239471 or 9516040. OLE color: 9516040.

HSL color Cylindrical-coordinate representation of color #083491: hue angle of 220.73º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083491 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 52 145 -
CMYK 0.94 0.64 0 0.43
HSL 220.73º 0.9% 0.3% -
HSV(B) 220.73º 0.94% 0.57% -
XYZ 6.44 4.55 27.33 -
YUV 49.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 8 52 145 0.94 0.64 0 0.43 220.73 0.9 0.3
Hex 8 34 91 5E 40 0 2B DD 5A 1E
Octal 10 64 221 136 100 0 53 335 132 36
Binary 1000 110100 10010001 1011110 1000000 0 101011 11011101 1011010 11110

Color Harmonies of #083491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083491

Black with #083491

Text Example


Text Example

White with #083491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083491; }

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

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

background-color css

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

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

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

border-color css

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

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

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