Html Css Color HEX #103290 Smalt

📋 copy color: '#103290'

red 16 ◦ green 50 ◦ blue 144

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

Shades of Smalt #103290

Tints of Smalt #103290

RGB

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

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

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

R = 7.62%
G = 23.81%
B = 68.57%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#103290 (or 0x103290) is known color: Smalt. HEX triplet: 10, 32 and 90. RGB value is (16,50,144). Sum of RGB (Red+Green+Blue) = 16+50+144=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #103290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103290 is #EFCD6F. Grayscale: #323232. Windows color (decimal): -15715696 or 9450000. OLE color: 9450000.

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

Color convert

RGB 16 50 144 -
CMYK 0.89 0.65 0 0.44
HSL 224.06º 0.8% 0.31% -
HSV(B) 224.06º 0.89% 0.56% -
XYZ 6.39 4.4 26.9 -
YUV 50.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 16 50 144 0.89 0.65 0 0.44 224.06 0.8 0.31
Hex 10 32 90 59 41 0 2C E0 50 1F
Octal 20 62 220 131 101 0 54 340 120 37
Binary 10000 110010 10010000 1011001 1000001 0 101100 11100000 1010000 11111

Color Harmonies of #103290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103290

Black with #103290

Text Example


Text Example

White with #103290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103290; }

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

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

background-color css

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

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

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

border-color css

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

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

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