Html Css Color HEX #11348B Smalt

📋 copy color: '#11348B'

red 17 ◦ green 52 ◦ blue 139

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

Shades of Smalt #11348B

Tints of Smalt #11348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 8.17%
G = 25%
B = 66.83%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11348B (or 0x11348B) is known color: Smalt. HEX triplet: 11, 34 and 8B. RGB value is (17,52,139). Sum of RGB (Red+Green+Blue) = 17+52+139=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #11348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11348B is #EECB74. Grayscale: #333333. Windows color (decimal): -15649653 or 9122833. OLE color: 9122833.

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

Color convert

RGB 17 52 139 -
CMYK 0.88 0.63 0 0.45
HSL 222.79º 0.78% 0.31% -
HSV(B) 222.79º 0.88% 0.55% -
XYZ 6.12 4.44 24.96 -
YUV 51.45 177.4 103.43 -
System Red Green Blue C M Y K H S L
Decimal 17 52 139 0.88 0.63 0 0.45 222.79 0.78 0.31
Hex 11 34 8B 58 3F 0 2D DF 4E 1F
Octal 21 64 213 130 77 0 55 337 116 37
Binary 10001 110100 10001011 1011000 111111 0 101101 11011111 1001110 11111

Color Harmonies of #11348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11348B

Black with #11348B

Text Example


Text Example

White with #11348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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