Html Css Color HEX #11318B Smalt

📋 copy color: '#11318B'

red 17 ◦ green 49 ◦ blue 139

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

Shades of Smalt #11318B

Tints of Smalt #11318B

RGB

 RED value IS 17 (7.03% from 255) = 8.29%

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

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

R = 8.29%
G = 23.9%
B = 67.8%

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

#11318B (or 0x11318B) is known color: Smalt. HEX triplet: 11, 31 and 8B. RGB value is (17,49,139). Sum of RGB (Red+Green+Blue) = 17+49+139=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #11318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11318B is #EECE74. Grayscale: #313131. Windows color (decimal): -15650421 or 9122065. OLE color: 9122065.

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

Color convert

RGB 17 49 139 -
CMYK 0.88 0.65 0 0.45
HSL 224.26º 0.78% 0.31% -
HSV(B) 224.26º 0.88% 0.55% -
XYZ 5.99 4.18 24.92 -
YUV 49.69 178.4 104.68 -
System Red Green Blue C M Y K H S L
Decimal 17 49 139 0.88 0.65 0 0.45 224.26 0.78 0.31
Hex 11 31 8B 58 41 0 2D E0 4E 1F
Octal 21 61 213 130 101 0 55 340 116 37
Binary 10001 110001 10001011 1011000 1000001 0 101101 11100000 1001110 11111

Color Harmonies of #11318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11318B

Black with #11318B

Text Example


Text Example

White with #11318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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