Html Css Color HEX #11358E Smalt

📋 copy color: '#11358E'

red 17 ◦ green 53 ◦ blue 142

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

Shades of Smalt #11358E

Tints of Smalt #11358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 66.98%

R = 8.02%
G = 25%
B = 66.98%

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

#11358E (or 0x11358E) is known color: Smalt. HEX triplet: 11, 35 and 8E. RGB value is (17,53,142). Sum of RGB (Red+Green+Blue) = 17+53+142=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #11358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11358E is #EECA71. Grayscale: #333333. Windows color (decimal): -15649394 or 9319697. OLE color: 9319697.

HSL color Cylindrical-coordinate representation of color #11358E: hue angle of 222.72º 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 #11358E is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 53 142 -
CMYK 0.88 0.63 0 0.44
HSL 222.72º 0.79% 0.31% -
HSV(B) 222.72º 0.88% 0.56% -
XYZ 6.39 4.62 26.15 -
YUV 52.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 17 53 142 0.88 0.63 0 0.44 222.72 0.79 0.31
Hex 11 35 8E 58 3F 0 2C DF 4F 1F
Octal 21 65 216 130 77 0 54 337 117 37
Binary 10001 110101 10001110 1011000 111111 0 101100 11011111 1001111 11111

Color Harmonies of #11358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11358E

Black with #11358E

Text Example


Text Example

White with #11358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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