Html Css Color HEX #11348F Smalt

📋 copy color: '#11348F'

red 17 ◦ green 52 ◦ blue 143

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

Shades of Smalt #11348F

Tints of Smalt #11348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 8.02%
G = 24.53%
B = 67.45%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11348F (or 0x11348F) is known color: Smalt. HEX triplet: 11, 34 and 8F. RGB value is (17,52,143). Sum of RGB (Red+Green+Blue) = 17+52+143=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #11348F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11348F is #EECB70. Grayscale: #333333. Windows color (decimal): -15649649 or 9384977. OLE color: 9384977.

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

Color convert

RGB 17 52 143 -
CMYK 0.88 0.64 0 0.44
HSL 223.33º 0.79% 0.31% -
HSV(B) 223.33º 0.88% 0.56% -
XYZ 6.42 4.56 26.53 -
YUV 51.91 179.4 103.1 -
System Red Green Blue C M Y K H S L
Decimal 17 52 143 0.88 0.64 0 0.44 223.33 0.79 0.31
Hex 11 34 8F 58 40 0 2C DF 4F 1F
Octal 21 64 217 130 100 0 54 337 117 37
Binary 10001 110100 10001111 1011000 1000000 0 101100 11011111 1001111 11111

Color Harmonies of #11348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11348F

Black with #11348F

Text Example


Text Example

White with #11348F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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