Html Css Color HEX #11358B Smalt

📋 copy color: '#11358B'

red 17 ◦ green 53 ◦ blue 139

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

Shades of Smalt #11358B

Tints of Smalt #11358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 8.13%
G = 25.36%
B = 66.51%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11358B (or 0x11358B) is known color: Smalt. HEX triplet: 11, 35 and 8B. RGB value is (17,53,139). Sum of RGB (Red+Green+Blue) = 17+53+139=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #11358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11358B is #EECA74. Grayscale: #333333. Windows color (decimal): -15649397 or 9123089. OLE color: 9123089.

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

Color convert

RGB 17 53 139 -
CMYK 0.88 0.62 0 0.45
HSL 222.3º 0.78% 0.31% -
HSV(B) 222.3º 0.88% 0.55% -
XYZ 6.16 4.53 24.98 -
YUV 52.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 17 53 139 0.88 0.62 0 0.45 222.3 0.78 0.31
Hex 11 35 8B 58 3E 0 2D DE 4E 1F
Octal 21 65 213 130 76 0 55 336 116 37
Binary 10001 110101 10001011 1011000 111110 0 101101 11011110 1001110 11111

Color Harmonies of #11358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11358B

Black with #11358B

Text Example


Text Example

White with #11358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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