Html Css Color HEX #113288 Smalt

📋 copy color: '#113288'

red 17 ◦ green 50 ◦ blue 136

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

Shades of Smalt #113288

Tints of Smalt #113288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 136 (53.52% from 255) = 67%

R = 8.37%
G = 24.63%
B = 67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#113288 (or 0x113288) is known color: Smalt. HEX triplet: 11, 32 and 88. RGB value is (17,50,136). Sum of RGB (Red+Green+Blue) = 17+50+136=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #113288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113288 is #EECD77. Grayscale: #313131. Windows color (decimal): -15650168 or 8925713. OLE color: 8925713.

HSL color Cylindrical-coordinate representation of color #113288: hue angle of 223.36º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113288 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 50 136 -
CMYK 0.87 0.63 0 0.47
HSL 223.36º 0.78% 0.3% -
HSV(B) 223.36º 0.88% 0.53% -
XYZ 5.82 4.18 23.79 -
YUV 49.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 17 50 136 0.87 0.63 0 0.47 223.36 0.78 0.3
Hex 11 32 88 57 3F 0 2F DF 4E 1E
Octal 21 62 210 127 77 0 57 337 116 36
Binary 10001 110010 10001000 1010111 111111 0 101111 11011111 1001110 11110

Color Harmonies of #113288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113288

Black with #113288

Text Example


Text Example

White with #113288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113288; }

 p { color: rgb(17,50,136); }

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

background-color css

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

 a { background-color: rgb(17,50,136); }

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

border-color css

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

 span { border-color: rgb(17,50,136); }

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