Html Css Color HEX #11368F Smalt

📋 copy color: '#11368F'

red 17 ◦ green 54 ◦ blue 143

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

Shades of Smalt #11368F

Tints of Smalt #11368F

RGB

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

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

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

R = 7.94%
G = 25.23%
B = 66.82%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11368F (or 0x11368F) is known color: Smalt. HEX triplet: 11, 36 and 8F. RGB value is (17,54,143). Sum of RGB (Red+Green+Blue) = 17+54+143=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #11368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11368F is #EEC970. Grayscale: #343434. Windows color (decimal): -15649137 or 9385489. OLE color: 9385489.

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

Color convert

RGB 17 54 143 -
CMYK 0.88 0.62 0 0.44
HSL 222.38º 0.79% 0.31% -
HSV(B) 222.38º 0.88% 0.56% -
XYZ 6.51 4.74 26.56 -
YUV 53.08 178.74 102.26 -
System Red Green Blue C M Y K H S L
Decimal 17 54 143 0.88 0.62 0 0.44 222.38 0.79 0.31
Hex 11 36 8F 58 3E 0 2C DE 4F 1F
Octal 21 66 217 130 76 0 54 336 117 37
Binary 10001 110110 10001111 1011000 111110 0 101100 11011110 1001111 11111

Color Harmonies of #11368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11368F

Black with #11368F

Text Example


Text Example

White with #11368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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