Html Css Color HEX #11368D Smalt

📋 copy color: '#11368D'

red 17 ◦ green 54 ◦ blue 141

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

Shades of Smalt #11368D

Tints of Smalt #11368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 8.02%
G = 25.47%
B = 66.51%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11368D (or 0x11368D) is known color: Smalt. HEX triplet: 11, 36 and 8D. RGB value is (17,54,141). Sum of RGB (Red+Green+Blue) = 17+54+141=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #11368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11368D is #EEC972. Grayscale: #343434. Windows color (decimal): -15649139 or 9254417. OLE color: 9254417.

HSL color Cylindrical-coordinate representation of color #11368D: hue angle of 222.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11368D is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 54 141 -
CMYK 0.88 0.62 0 0.45
HSL 222.1º 0.78% 0.31% -
HSV(B) 222.1º 0.88% 0.55% -
XYZ 6.36 4.68 25.77 -
YUV 52.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 17 54 141 0.88 0.62 0 0.45 222.1 0.78 0.31
Hex 11 36 8D 58 3E 0 2D DE 4E 1F
Octal 21 66 215 130 76 0 55 336 116 37
Binary 10001 110110 10001101 1011000 111110 0 101101 11011110 1001110 11111

Color Harmonies of #11368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11368D

Black with #11368D

Text Example


Text Example

White with #11368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11368D; }

 p { color: rgb(17,54,141); }

 H1.HeaderClassName
 {
   color: #11368D;
 }
 .AnyTagClassName
 {
   color: #11368D;
 }
</style>

background-color css

<style>
 a { background-color: #11368D; }

 a { background-color: rgb(17,54,141); }

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

border-color css

<style>
 span { border-color: #11368D; }

 span { border-color: rgb(17,54,141); }

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