Html Css Color HEX #103289 Smalt

📋 copy color: '#103289'

red 16 ◦ green 50 ◦ blue 137

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

Shades of Smalt #103289

Tints of Smalt #103289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 137 (53.91% from 255) = 67.49%

R = 7.88%
G = 24.63%
B = 67.49%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103289 (or 0x103289) is known color: Smalt. HEX triplet: 10, 32 and 89. RGB value is (16,50,137). Sum of RGB (Red+Green+Blue) = 16+50+137=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #103289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103289 is #EFCD76. Grayscale: #313131. Windows color (decimal): -15715703 or 8991248. OLE color: 8991248.

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

Color convert

RGB 16 50 137 -
CMYK 0.88 0.64 0 0.46
HSL 223.14º 0.79% 0.3% -
HSV(B) 223.14º 0.88% 0.54% -
XYZ 5.87 4.2 24.17 -
YUV 49.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 16 50 137 0.88 0.64 0 0.46 223.14 0.79 0.3
Hex 10 32 89 58 40 0 2E DF 4F 1E
Octal 20 62 211 130 100 0 56 337 117 36
Binary 10000 110010 10001001 1011000 1000000 0 101110 11011111 1001111 11110

Color Harmonies of #103289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103289

Black with #103289

Text Example


Text Example

White with #103289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103289; }

 p { color: rgb(16,50,137); }

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

background-color css

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

 a { background-color: rgb(16,50,137); }

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

border-color css

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

 span { border-color: rgb(16,50,137); }

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