Html Css Color HEX #11278B Smalt

📋 copy color: '#11278B'

red 17 ◦ green 39 ◦ blue 139

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

Shades of Smalt #11278B

Tints of Smalt #11278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 8.72%
G = 20%
B = 71.28%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11278B (or 0x11278B) is known color: Smalt. HEX triplet: 11, 27 and 8B. RGB value is (17,39,139). Sum of RGB (Red+Green+Blue) = 17+39+139=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #11278B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11278B is #EED874. Grayscale: #2B2B2B. Windows color (decimal): -15652981 or 9119505. OLE color: 9119505.

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

Color convert

RGB 17 39 139 -
CMYK 0.88 0.72 0 0.45
HSL 229.18º 0.78% 0.31% -
HSV(B) 229.18º 0.88% 0.55% -
XYZ 5.62 3.43 24.79 -
YUV 43.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 17 39 139 0.88 0.72 0 0.45 229.18 0.78 0.31
Hex 11 27 8B 58 48 0 2D E5 4E 1F
Octal 21 47 213 130 110 0 55 345 116 37
Binary 10001 100111 10001011 1011000 1001000 0 101101 11100101 1001110 11111

Color Harmonies of #11278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11278B

Black with #11278B

Text Example


Text Example

White with #11278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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