Html Css Color HEX #083F91 Smalt

📋 copy color: '#083F91'

red 8 ◦ green 63 ◦ blue 145

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

Shades of Smalt #083F91

Tints of Smalt #083F91

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 3.7%
G = 29.17%
B = 67.13%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083F91 (or 0x083F91) is known color: Smalt. HEX triplet: 08, 3F and 91. RGB value is (8,63,145). Sum of RGB (Red+Green+Blue) = 8+63+145=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #083F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F91 is #F7C06E. Grayscale: #373737. Windows color (decimal): -16236655 or 9518856. OLE color: 9518856.

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

Color convert

RGB 8 63 145 -
CMYK 0.94 0.57 0 0.43
HSL 215.91º 0.9% 0.3% -
HSV(B) 215.91º 0.94% 0.57% -
XYZ 6.99 5.65 27.51 -
YUV 55.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 8 63 145 0.94 0.57 0 0.43 215.91 0.9 0.3
Hex 8 3F 91 5E 39 0 2B D8 5A 1E
Octal 10 77 221 136 71 0 53 330 132 36
Binary 1000 111111 10010001 1011110 111001 0 101011 11011000 1011010 11110

Color Harmonies of #083F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F91

Black with #083F91

Text Example


Text Example

White with #083F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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