Html Css Color HEX #083A91 Smalt

📋 copy color: '#083A91'

red 8 ◦ green 58 ◦ blue 145

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

Shades of Smalt #083A91

Tints of Smalt #083A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

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

R = 3.79%
G = 27.49%
B = 68.72%

CMYK

 C value IS 0.94

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083A91 (or 0x083A91) is known color: Smalt. HEX triplet: 08, 3A and 91. RGB value is (8,58,145). Sum of RGB (Red+Green+Blue) = 8+58+145=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #083A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A91 is #F7C56E. Grayscale: #343434. Windows color (decimal): -16237935 or 9517576. OLE color: 9517576.

HSL color Cylindrical-coordinate representation of color #083A91: hue angle of 218.1º 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 #083A91 is Cyan = 0.94, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 58 145 -
CMYK 0.94 0.6 0 0.43
HSL 218.1º 0.9% 0.3% -
HSV(B) 218.1º 0.94% 0.57% -
XYZ 6.72 5.12 27.42 -
YUV 52.97 179.94 95.93 -
System Red Green Blue C M Y K H S L
Decimal 8 58 145 0.94 0.6 0 0.43 218.1 0.9 0.3
Hex 8 3A 91 5E 3C 0 2B DA 5A 1E
Octal 10 72 221 136 74 0 53 332 132 36
Binary 1000 111010 10010001 1011110 111100 0 101011 11011010 1011010 11110

Color Harmonies of #083A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A91

Black with #083A91

Text Example


Text Example

White with #083A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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