Html Css Color HEX #103992 Smalt

📋 copy color: '#103992'

red 16 ◦ green 57 ◦ blue 146

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

Shades of Smalt #103992

Tints of Smalt #103992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 146 (57.42% from 255) = 66.67%

R = 7.31%
G = 26.03%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#103992 (or 0x103992) is known color: Smalt. HEX triplet: 10, 39 and 92. RGB value is (16,57,146). Sum of RGB (Red+Green+Blue) = 16+57+146=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #103992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103992 is #EFC66D. Grayscale: #363636. Windows color (decimal): -15713902 or 9582864. OLE color: 9582864.

HSL color Cylindrical-coordinate representation of color #103992: hue angle of 221.08º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103992 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 57 146 -
CMYK 0.89 0.61 0 0.43
HSL 221.08º 0.8% 0.32% -
HSV(B) 221.08º 0.89% 0.57% -
XYZ 6.87 5.11 27.82 -
YUV 54.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 16 57 146 0.89 0.61 0 0.43 221.08 0.8 0.32
Hex 10 39 92 59 3D 0 2B DD 50 20
Octal 20 71 222 131 75 0 53 335 120 40
Binary 10000 111001 10010010 1011001 111101 0 101011 11011101 1010000 100000

Color Harmonies of #103992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103992

Black with #103992

Text Example


Text Example

White with #103992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103992; }

 p { color: rgb(16,57,146); }

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

background-color css

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

 a { background-color: rgb(16,57,146); }

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

border-color css

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

 span { border-color: rgb(16,57,146); }

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