Html Css Color HEX #11358F Smalt

📋 copy color: '#11358F'

red 17 ◦ green 53 ◦ blue 143

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

Shades of Smalt #11358F

Tints of Smalt #11358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 143 (56.25% from 255) = 67.14%

R = 7.98%
G = 24.88%
B = 67.14%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11358F (or 0x11358F) is known color: Smalt. HEX triplet: 11, 35 and 8F. RGB value is (17,53,143). Sum of RGB (Red+Green+Blue) = 17+53+143=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #11358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11358F is #EECA70. Grayscale: #343434. Windows color (decimal): -15649393 or 9385233. OLE color: 9385233.

HSL color Cylindrical-coordinate representation of color #11358F: hue angle of 222.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11358F is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 53 143 -
CMYK 0.88 0.63 0 0.44
HSL 222.86º 0.79% 0.31% -
HSV(B) 222.86º 0.88% 0.56% -
XYZ 6.46 4.65 26.54 -
YUV 52.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 17 53 143 0.88 0.63 0 0.44 222.86 0.79 0.31
Hex 11 35 8F 58 3F 0 2C DF 4F 1F
Octal 21 65 217 130 77 0 54 337 117 37
Binary 10001 110101 10001111 1011000 111111 0 101100 11011111 1001111 11111

Color Harmonies of #11358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11358F

Black with #11358F

Text Example


Text Example

White with #11358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11358F; }

 p { color: rgb(17,53,143); }

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

background-color css

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

 a { background-color: rgb(17,53,143); }

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

border-color css

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

 span { border-color: rgb(17,53,143); }

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