Html Css Color HEX #103083 Smalt

📋 copy color: '#103083'

red 16 ◦ green 48 ◦ blue 131

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

Shades of Smalt #103083

Tints of Smalt #103083

RGB

 RED value IS 16 (6.64% from 255) = 8.21%

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 131 (51.56% from 255) = 67.18%

R = 8.21%
G = 24.62%
B = 67.18%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103083 (or 0x103083) is known color: Smalt. HEX triplet: 10, 30 and 83. RGB value is (16,48,131). Sum of RGB (Red+Green+Blue) = 16+48+131=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #103083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103083 is #EFCF7C. Grayscale: #2F2F2F. Windows color (decimal): -15716221 or 8597520. OLE color: 8597520.

HSL color Cylindrical-coordinate representation of color #103083: hue angle of 223.3º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103083 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 48 131 -
CMYK 0.88 0.63 0 0.49
HSL 223.3º 0.78% 0.29% -
HSV(B) 223.3º 0.88% 0.51% -
XYZ 5.37 3.86 21.94 -
YUV 47.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 16 48 131 0.88 0.63 0 0.49 223.3 0.78 0.29
Hex 10 30 83 58 3F 0 31 DF 4E 1D
Octal 20 60 203 130 77 0 61 337 116 35
Binary 10000 110000 10000011 1011000 111111 0 110001 11011111 1001110 11101

Color Harmonies of #103083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103083

Black with #103083

Text Example


Text Example

White with #103083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103083; }

 p { color: rgb(16,48,131); }

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

background-color css

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

 a { background-color: rgb(16,48,131); }

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

border-color css

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

 span { border-color: rgb(16,48,131); }

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