Html Css Color HEX #10318C Smalt

📋 copy color: '#10318C'

red 16 ◦ green 49 ◦ blue 140

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

Shades of Smalt #10318C

Tints of Smalt #10318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 7.8%
G = 23.9%
B = 68.29%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10318C (or 0x10318C) is known color: Smalt. HEX triplet: 10, 31 and 8C. RGB value is (16,49,140). Sum of RGB (Red+Green+Blue) = 16+49+140=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #10318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10318C is #EFCE73. Grayscale: #313131. Windows color (decimal): -15715956 or 9187600. OLE color: 9187600.

HSL color Cylindrical-coordinate representation of color #10318C: hue angle of 224.03º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10318C is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 49 140 -
CMYK 0.89 0.65 0 0.45
HSL 224.03º 0.79% 0.31% -
HSV(B) 224.03º 0.89% 0.55% -
XYZ 6.05 4.2 25.3 -
YUV 49.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 16 49 140 0.89 0.65 0 0.45 224.03 0.79 0.31
Hex 10 31 8C 59 41 0 2D E0 4F 1F
Octal 20 61 214 131 101 0 55 340 117 37
Binary 10000 110001 10001100 1011001 1000001 0 101101 11100000 1001111 11111

Color Harmonies of #10318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10318C

Black with #10318C

Text Example


Text Example

White with #10318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10318C; }

 p { color: rgb(16,49,140); }

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

background-color css

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

 a { background-color: rgb(16,49,140); }

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

border-color css

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

 span { border-color: rgb(16,49,140); }

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