Html Css Color HEX #083291 Smalt

📋 copy color: '#083291'

red 8 ◦ green 50 ◦ blue 145

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

Shades of Smalt #083291

Tints of Smalt #083291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 3.94%
G = 24.63%
B = 71.43%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083291 (or 0x083291) is known color: Smalt. HEX triplet: 08, 32 and 91. RGB value is (8,50,145). Sum of RGB (Red+Green+Blue) = 8+50+145=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 145 (57.03% from 255 or 71.43% from 203); Max value from RGB is 145 - color contains mainly: blue. Hex color #083291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083291 is #F7CD6E. Grayscale: #2F2F2F. Windows color (decimal): -16239983 or 9515528. OLE color: 9515528.

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

Color convert

RGB 8 50 145 -
CMYK 0.94 0.66 0 0.43
HSL 221.61º 0.9% 0.3% -
HSV(B) 221.61º 0.94% 0.57% -
XYZ 6.35 4.38 27.3 -
YUV 48.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 8 50 145 0.94 0.66 0 0.43 221.61 0.9 0.3
Hex 8 32 91 5E 42 0 2B DE 5A 1E
Octal 10 62 221 136 102 0 53 336 132 36
Binary 1000 110010 10010001 1011110 1000010 0 101011 11011110 1011010 11110

Color Harmonies of #083291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083291

Black with #083291

Text Example


Text Example

White with #083291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083291; }

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

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

background-color css

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

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

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

border-color css

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

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

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