Html Css Color HEX #11368B Smalt

📋 copy color: '#11368B'

red 17 ◦ green 54 ◦ blue 139

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

Shades of Smalt #11368B

Tints of Smalt #11368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 8.1%
G = 25.71%
B = 66.19%

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

#11368B (or 0x11368B) is known color: Smalt. HEX triplet: 11, 36 and 8B. RGB value is (17,54,139). Sum of RGB (Red+Green+Blue) = 17+54+139=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #11368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11368B is #EEC974. Grayscale: #343434. Windows color (decimal): -15649141 or 9123345. OLE color: 9123345.

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

Color convert

RGB 17 54 139 -
CMYK 0.88 0.61 0 0.45
HSL 221.8º 0.78% 0.31% -
HSV(B) 221.8º 0.88% 0.55% -
XYZ 6.21 4.62 24.99 -
YUV 52.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 17 54 139 0.88 0.61 0 0.45 221.8 0.78 0.31
Hex 11 36 8B 58 3D 0 2D DE 4E 1F
Octal 21 66 213 130 75 0 55 336 116 37
Binary 10001 110110 10001011 1011000 111101 0 101101 11011110 1001110 11111

Color Harmonies of #11368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11368B

Black with #11368B

Text Example


Text Example

White with #11368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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