Html Css Color HEX #11338C Smalt

📋 copy color: '#11338C'

red 17 ◦ green 51 ◦ blue 140

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

Shades of Smalt #11338C

Tints of Smalt #11338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 8.17%
G = 24.52%
B = 67.31%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11338C (or 0x11338C) is known color: Smalt. HEX triplet: 11, 33 and 8C. RGB value is (17,51,140). Sum of RGB (Red+Green+Blue) = 17+51+140=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #11338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11338C is #EECC73. Grayscale: #323232. Windows color (decimal): -15649908 or 9188113. OLE color: 9188113.

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

Color convert

RGB 17 51 140 -
CMYK 0.88 0.64 0 0.45
HSL 223.41º 0.78% 0.31% -
HSV(B) 223.41º 0.88% 0.55% -
XYZ 6.15 4.38 25.33 -
YUV 50.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 17 51 140 0.88 0.64 0 0.45 223.41 0.78 0.31
Hex 11 33 8C 58 40 0 2D DF 4E 1F
Octal 21 63 214 130 100 0 55 337 116 37
Binary 10001 110011 10001100 1011000 1000000 0 101101 11011111 1001110 11111

Color Harmonies of #11338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11338C

Black with #11338C

Text Example


Text Example

White with #11338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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