Html Css Color HEX #103089 Smalt

📋 copy color: '#103089'

red 16 ◦ green 48 ◦ blue 137

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

Shades of Smalt #103089

Tints of Smalt #103089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

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

R = 7.96%
G = 23.88%
B = 68.16%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103089 (or 0x103089) is known color: Smalt. HEX triplet: 10, 30 and 89. RGB value is (16,48,137). Sum of RGB (Red+Green+Blue) = 16+48+137=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #103089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103089 is #EFCF76. Grayscale: #303030. Windows color (decimal): -15716215 or 8990736. OLE color: 8990736.

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

Color convert

RGB 16 48 137 -
CMYK 0.88 0.65 0 0.46
HSL 224.13º 0.79% 0.3% -
HSV(B) 224.13º 0.88% 0.54% -
XYZ 5.79 4.03 24.14 -
YUV 48.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 16 48 137 0.88 0.65 0 0.46 224.13 0.79 0.3
Hex 10 30 89 58 41 0 2E E0 4F 1E
Octal 20 60 211 130 101 0 56 340 117 36
Binary 10000 110000 10001001 1011000 1000001 0 101110 11100000 1001111 11110

Color Harmonies of #103089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103089

Black with #103089

Text Example


Text Example

White with #103089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103089; }

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

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

background-color css

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

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

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

border-color css

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

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

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