Html Css Color HEX #11328E Smalt

📋 copy color: '#11328E'

red 17 ◦ green 50 ◦ blue 142

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

Shades of Smalt #11328E

Tints of Smalt #11328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 8.13%
G = 23.92%
B = 67.94%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11328E (or 0x11328E) is known color: Smalt. HEX triplet: 11, 32 and 8E. RGB value is (17,50,142). Sum of RGB (Red+Green+Blue) = 17+50+142=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #11328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11328E is #EECD71. Grayscale: #323232. Windows color (decimal): -15650162 or 9318929. OLE color: 9318929.

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

Color convert

RGB 17 50 142 -
CMYK 0.88 0.65 0 0.44
HSL 224.16º 0.79% 0.31% -
HSV(B) 224.16º 0.88% 0.56% -
XYZ 6.25 4.35 26.1 -
YUV 50.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 17 50 142 0.88 0.65 0 0.44 224.16 0.79 0.31
Hex 11 32 8E 58 41 0 2C E0 4F 1F
Octal 21 62 216 130 101 0 54 340 117 37
Binary 10001 110010 10001110 1011000 1000001 0 101100 11100000 1001111 11111

Color Harmonies of #11328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11328E

Black with #11328E

Text Example


Text Example

White with #11328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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