Html Css Color HEX #11248E Smalt

📋 copy color: '#11248E'

red 17 ◦ green 36 ◦ blue 142

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

Shades of Smalt #11248E

Tints of Smalt #11248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 8.72%
G = 18.46%
B = 72.82%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11248E (or 0x11248E) is known color: Smalt. HEX triplet: 11, 24 and 8E. RGB value is (17,36,142). Sum of RGB (Red+Green+Blue) = 17+36+142=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #11248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11248E is #EEDB71. Grayscale: #292929. Windows color (decimal): -15653746 or 9315345. OLE color: 9315345.

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

Color convert

RGB 17 36 142 -
CMYK 0.88 0.75 0 0.44
HSL 230.88º 0.79% 0.31% -
HSV(B) 230.88º 0.88% 0.56% -
XYZ 5.74 3.33 25.93 -
YUV 42.4 184.21 109.88 -
System Red Green Blue C M Y K H S L
Decimal 17 36 142 0.88 0.75 0 0.44 230.88 0.79 0.31
Hex 11 24 8E 58 4B 0 2C E7 4F 1F
Octal 21 44 216 130 113 0 54 347 117 37
Binary 10001 100100 10001110 1011000 1001011 0 101100 11100111 1001111 11111

Color Harmonies of #11248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11248E

Black with #11248E

Text Example


Text Example

White with #11248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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