Html Css Color HEX #103389 Smalt

📋 copy color: '#103389'

red 16 ◦ green 51 ◦ blue 137

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

Shades of Smalt #103389

Tints of Smalt #103389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 7.84%
G = 25%
B = 67.16%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103389 (or 0x103389) is known color: Smalt. HEX triplet: 10, 33 and 89. RGB value is (16,51,137). Sum of RGB (Red+Green+Blue) = 16+51+137=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #103389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103389 is #EFCC76. Grayscale: #313131. Windows color (decimal): -15715447 or 8991504. OLE color: 8991504.

HSL color Cylindrical-coordinate representation of color #103389: hue angle of 222.64º 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 #103389 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 51 137 -
CMYK 0.88 0.63 0 0.46
HSL 222.64º 0.79% 0.3% -
HSV(B) 222.64º 0.88% 0.54% -
XYZ 5.91 4.28 24.18 -
YUV 50.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 16 51 137 0.88 0.63 0 0.46 222.64 0.79 0.3
Hex 10 33 89 58 3F 0 2E DF 4F 1E
Octal 20 63 211 130 77 0 56 337 117 36
Binary 10000 110011 10001001 1011000 111111 0 101110 11011111 1001111 11110

Color Harmonies of #103389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103389

Black with #103389

Text Example


Text Example

White with #103389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103389; }

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

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

background-color css

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

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

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

border-color css

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

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

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