Html Css Color HEX #103187 Smalt

📋 copy color: '#103187'

red 16 ◦ green 49 ◦ blue 135

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

Shades of Smalt #103187

Tints of Smalt #103187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 67.5%

R = 8%
G = 24.5%
B = 67.5%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#103187 (or 0x103187) is known color: Smalt. HEX triplet: 10, 31 and 87. RGB value is (16,49,135). Sum of RGB (Red+Green+Blue) = 16+49+135=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #103187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103187 is #EFCE78. Grayscale: #303030. Windows color (decimal): -15715961 or 8859920. OLE color: 8859920.

HSL color Cylindrical-coordinate representation of color #103187: hue angle of 223.36º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103187 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 49 135 -
CMYK 0.88 0.64 0 0.47
HSL 223.36º 0.79% 0.3% -
HSV(B) 223.36º 0.88% 0.53% -
XYZ 5.69 4.06 23.4 -
YUV 48.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 16 49 135 0.88 0.64 0 0.47 223.36 0.79 0.3
Hex 10 31 87 58 40 0 2F DF 4F 1E
Octal 20 61 207 130 100 0 57 337 117 36
Binary 10000 110001 10000111 1011000 1000000 0 101111 11011111 1001111 11110

Color Harmonies of #103187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103187

Black with #103187

Text Example


Text Example

White with #103187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103187; }

 p { color: rgb(16,49,135); }

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

background-color css

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

 a { background-color: rgb(16,49,135); }

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

border-color css

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

 span { border-color: rgb(16,49,135); }

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