Html Css Color HEX #11248A Smalt

📋 copy color: '#11248A'

red 17 ◦ green 36 ◦ blue 138

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

Shades of Smalt #11248A

Tints of Smalt #11248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.25%

R = 8.9%
G = 18.85%
B = 72.25%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11248A (or 0x11248A) is known color: Smalt. HEX triplet: 11, 24 and 8A. RGB value is (17,36,138). Sum of RGB (Red+Green+Blue) = 17+36+138=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #11248A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11248A is #EEDB75. Grayscale: #292929. Windows color (decimal): -15653750 or 9053201. OLE color: 9053201.

HSL color Cylindrical-coordinate representation of color #11248A: hue angle of 230.58º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11248A is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 36 138 -
CMYK 0.88 0.74 0 0.46
HSL 230.58º 0.78% 0.3% -
HSV(B) 230.58º 0.88% 0.54% -
XYZ 5.45 3.22 24.38 -
YUV 41.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 17 36 138 0.88 0.74 0 0.46 230.58 0.78 0.3
Hex 11 24 8A 58 4A 0 2E E7 4E 1E
Octal 21 44 212 130 112 0 56 347 116 36
Binary 10001 100100 10001010 1011000 1001010 0 101110 11100111 1001110 11110

Color Harmonies of #11248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11248A

Black with #11248A

Text Example


Text Example

White with #11248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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