Html Css Color HEX #11378F Smalt

📋 copy color: '#11378F'

red 17 ◦ green 55 ◦ blue 143

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

Shades of Smalt #11378F

Tints of Smalt #11378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

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

R = 7.91%
G = 25.58%
B = 66.51%

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

#11378F (or 0x11378F) is known color: Smalt. HEX triplet: 11, 37 and 8F. RGB value is (17,55,143). Sum of RGB (Red+Green+Blue) = 17+55+143=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #11378F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11378F is #EEC870. Grayscale: #353535. Windows color (decimal): -15648881 or 9385745. OLE color: 9385745.

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

Color convert

RGB 17 55 143 -
CMYK 0.88 0.62 0 0.44
HSL 221.9º 0.79% 0.31% -
HSV(B) 221.9º 0.88% 0.56% -
XYZ 6.56 4.83 26.57 -
YUV 53.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 17 55 143 0.88 0.62 0 0.44 221.9 0.79 0.31
Hex 11 37 8F 58 3E 0 2C DE 4F 1F
Octal 21 67 217 130 76 0 54 336 117 37
Binary 10001 110111 10001111 1011000 111110 0 101100 11011110 1001111 11111

Color Harmonies of #11378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11378F

Black with #11378F

Text Example


Text Example

White with #11378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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