Html Css Color HEX #103185 Smalt

📋 copy color: '#103185'

red 16 ◦ green 49 ◦ blue 133

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

Shades of Smalt #103185

Tints of Smalt #103185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 8.08%
G = 24.75%
B = 67.17%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103185 (or 0x103185) is known color: Smalt. HEX triplet: 10, 31 and 85. RGB value is (16,49,133). Sum of RGB (Red+Green+Blue) = 16+49+133=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #103185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103185 is #EFCE7A. Grayscale: #303030. Windows color (decimal): -15715963 or 8728848. OLE color: 8728848.

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

Color convert

RGB 16 49 133 -
CMYK 0.88 0.63 0 0.48
HSL 223.08º 0.79% 0.29% -
HSV(B) 223.08º 0.88% 0.52% -
XYZ 5.55 4 22.67 -
YUV 48.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 16 49 133 0.88 0.63 0 0.48 223.08 0.79 0.29
Hex 10 31 85 58 3F 0 30 DF 4F 1D
Octal 20 61 205 130 77 0 60 337 117 35
Binary 10000 110001 10000101 1011000 111111 0 110000 11011111 1001111 11101

Color Harmonies of #103185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103185

Black with #103185

Text Example


Text Example

White with #103185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103185; }

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

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

background-color css

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

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

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

border-color css

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

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

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