Html Css Color HEX #11348A Smalt

📋 copy color: '#11348A'

red 17 ◦ green 52 ◦ blue 138

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

Shades of Smalt #11348A

Tints of Smalt #11348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 8.21%
G = 25.12%
B = 66.67%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11348A (or 0x11348A) is known color: Smalt. HEX triplet: 11, 34 and 8A. RGB value is (17,52,138). Sum of RGB (Red+Green+Blue) = 17+52+138=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #11348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11348A is #EECB75. Grayscale: #323232. Windows color (decimal): -15649654 or 9057297. OLE color: 9057297.

HSL color Cylindrical-coordinate representation of color #11348A: hue angle of 222.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11348A is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 52 138 -
CMYK 0.88 0.62 0 0.46
HSL 222.64º 0.78% 0.3% -
HSV(B) 222.64º 0.88% 0.54% -
XYZ 6.05 4.41 24.58 -
YUV 51.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 17 52 138 0.88 0.62 0 0.46 222.64 0.78 0.3
Hex 11 34 8A 58 3E 0 2E DF 4E 1E
Octal 21 64 212 130 76 0 56 337 116 36
Binary 10001 110100 10001010 1011000 111110 0 101110 11011111 1001110 11110

Color Harmonies of #11348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11348A

Black with #11348A

Text Example


Text Example

White with #11348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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