Html Css Color HEX #10318B Smalt

📋 copy color: '#10318B'

red 16 ◦ green 49 ◦ blue 139

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

Shades of Smalt #10318B

Tints of Smalt #10318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 7.84%
G = 24.02%
B = 68.14%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10318B (or 0x10318B) is known color: Smalt. HEX triplet: 10, 31 and 8B. RGB value is (16,49,139). Sum of RGB (Red+Green+Blue) = 16+49+139=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #10318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10318B is #EFCE74. Grayscale: #313131. Windows color (decimal): -15715957 or 9122064. OLE color: 9122064.

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

Color convert

RGB 16 49 139 -
CMYK 0.88 0.65 0 0.45
HSL 223.9º 0.79% 0.3% -
HSV(B) 223.9º 0.88% 0.55% -
XYZ 5.97 4.17 24.92 -
YUV 49.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 16 49 139 0.88 0.65 0 0.45 223.9 0.79 0.3
Hex 10 31 8B 58 41 0 2D E0 4F 1E
Octal 20 61 213 130 101 0 55 340 117 36
Binary 10000 110001 10001011 1011000 1000001 0 101101 11100000 1001111 11110

Color Harmonies of #10318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10318B

Black with #10318B

Text Example


Text Example

White with #10318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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