Html Css Color HEX #11368C Smalt

📋 copy color: '#11368C'

red 17 ◦ green 54 ◦ blue 140

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

Shades of Smalt #11368C

Tints of Smalt #11368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.35%

R = 8.06%
G = 25.59%
B = 66.35%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11368C (or 0x11368C) is known color: Smalt. HEX triplet: 11, 36 and 8C. RGB value is (17,54,140). Sum of RGB (Red+Green+Blue) = 17+54+140=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #11368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11368C is #EEC973. Grayscale: #343434. Windows color (decimal): -15649140 or 9188881. OLE color: 9188881.

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

Color convert

RGB 17 54 140 -
CMYK 0.88 0.61 0 0.45
HSL 221.95º 0.78% 0.31% -
HSV(B) 221.95º 0.88% 0.55% -
XYZ 6.28 4.65 25.38 -
YUV 52.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 17 54 140 0.88 0.61 0 0.45 221.95 0.78 0.31
Hex 11 36 8C 58 3D 0 2D DE 4E 1F
Octal 21 66 214 130 75 0 55 336 116 37
Binary 10001 110110 10001100 1011000 111101 0 101101 11011110 1001110 11111

Color Harmonies of #11368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11368C

Black with #11368C

Text Example


Text Example

White with #11368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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