Html Css Color HEX #103B90 Smalt

📋 copy color: '#103B90'

red 16 ◦ green 59 ◦ blue 144

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

Shades of Smalt #103B90

Tints of Smalt #103B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 7.31%
G = 26.94%
B = 65.75%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#103B90 (or 0x103B90) is known color: Smalt. HEX triplet: 10, 3B and 90. RGB value is (16,59,144). Sum of RGB (Red+Green+Blue) = 16+59+144=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #103B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B90 is #EFC46F. Grayscale: #373737. Windows color (decimal): -15713392 or 9452304. OLE color: 9452304.

HSL color Cylindrical-coordinate representation of color #103B90: hue angle of 219.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103B90 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 59 144 -
CMYK 0.89 0.59 0 0.44
HSL 219.84º 0.8% 0.31% -
HSV(B) 219.84º 0.89% 0.56% -
XYZ 6.81 5.25 27.04 -
YUV 55.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 16 59 144 0.89 0.59 0 0.44 219.84 0.8 0.31
Hex 10 3B 90 59 3B 0 2C DC 50 1F
Octal 20 73 220 131 73 0 54 334 120 37
Binary 10000 111011 10010000 1011001 111011 0 101100 11011100 1010000 11111

Color Harmonies of #103B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B90

Black with #103B90

Text Example


Text Example

White with #103B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103B90; }

 p { color: rgb(16,59,144); }

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

background-color css

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

 a { background-color: rgb(16,59,144); }

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

border-color css

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

 span { border-color: rgb(16,59,144); }

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