Html Css Color HEX #083197 Smalt

📋 copy color: '#083197'

red 8 ◦ green 49 ◦ blue 151

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

Shades of Smalt #083197

Tints of Smalt #083197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 151 (59.38% from 255) = 72.6%

R = 3.85%
G = 23.56%
B = 72.6%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#083197 (or 0x083197) is known color: Smalt. HEX triplet: 08, 31 and 97. RGB value is (8,49,151). Sum of RGB (Red+Green+Blue) = 8+49+151=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #083197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083197 is #F7CE68. Grayscale: #2F2F2F. Windows color (decimal): -16240233 or 9908488. OLE color: 9908488.

HSL color Cylindrical-coordinate representation of color #083197: hue angle of 222.8º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #083197 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 49 151 -
CMYK 0.95 0.68 0 0.41
HSL 222.8º 0.9% 0.31% -
HSV(B) 222.8º 0.95% 0.59% -
XYZ 6.78 4.48 29.79 -
YUV 48.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 8 49 151 0.95 0.68 0 0.41 222.8 0.9 0.31
Hex 8 31 97 5F 44 0 29 DF 5A 1F
Octal 10 61 227 137 104 0 51 337 132 37
Binary 1000 110001 10010111 1011111 1000100 0 101001 11011111 1011010 11111

Color Harmonies of #083197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083197

Black with #083197

Text Example


Text Example

White with #083197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083197; }

 p { color: rgb(8,49,151); }

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

background-color css

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

 a { background-color: rgb(8,49,151); }

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

border-color css

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

 span { border-color: rgb(8,49,151); }

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