Html Css Color HEX #11338B Smalt

📋 copy color: '#11338B'

red 17 ◦ green 51 ◦ blue 139

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

Shades of Smalt #11338B

Tints of Smalt #11338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 8.21%
G = 24.64%
B = 67.15%

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

#11338B (or 0x11338B) is known color: Smalt. HEX triplet: 11, 33 and 8B. RGB value is (17,51,139). Sum of RGB (Red+Green+Blue) = 17+51+139=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #11338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11338B is #EECC74. Grayscale: #323232. Windows color (decimal): -15649909 or 9122577. OLE color: 9122577.

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

Color convert

RGB 17 51 139 -
CMYK 0.88 0.63 0 0.45
HSL 223.28º 0.78% 0.31% -
HSV(B) 223.28º 0.88% 0.55% -
XYZ 6.08 4.35 24.95 -
YUV 50.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 17 51 139 0.88 0.63 0 0.45 223.28 0.78 0.31
Hex 11 33 8B 58 3F 0 2D DF 4E 1F
Octal 21 63 213 130 77 0 55 337 116 37
Binary 10001 110011 10001011 1011000 111111 0 101101 11011111 1001110 11111

Color Harmonies of #11338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11338B

Black with #11338B

Text Example


Text Example

White with #11338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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