Html Css Color HEX #10318A Smalt

📋 copy color: '#10318A'

red 16 ◦ green 49 ◦ blue 138

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

Shades of Smalt #10318A

Tints of Smalt #10318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 7.88%
G = 24.14%
B = 67.98%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10318A (or 0x10318A) is known color: Smalt. HEX triplet: 10, 31 and 8A. RGB value is (16,49,138). Sum of RGB (Red+Green+Blue) = 16+49+138=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #10318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10318A is #EFCE75. Grayscale: #303030. Windows color (decimal): -15715958 or 9056528. OLE color: 9056528.

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

Color convert

RGB 16 49 138 -
CMYK 0.88 0.64 0 0.46
HSL 223.77º 0.79% 0.3% -
HSV(B) 223.77º 0.88% 0.54% -
XYZ 5.9 4.14 24.53 -
YUV 49.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 16 49 138 0.88 0.64 0 0.46 223.77 0.79 0.3
Hex 10 31 8A 58 40 0 2E E0 4F 1E
Octal 20 61 212 130 100 0 56 340 117 36
Binary 10000 110001 10001010 1011000 1000000 0 101110 11100000 1001111 11110

Color Harmonies of #10318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10318A

Black with #10318A

Text Example


Text Example

White with #10318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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