Html Css Color HEX #11638A Allports

📋 copy color: '#11638A'

red 17 ◦ green 99 ◦ blue 138

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

Shades of Allports #11638A

Tints of Allports #11638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 6.69%
G = 38.98%
B = 54.33%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#11638A (or 0x11638A) is known color: Allports. HEX triplet: 11, 63 and 8A. RGB value is (17,99,138). Sum of RGB (Red+Green+Blue) = 17+99+138=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #11638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11638A is #EE9C75. Grayscale: #4E4E4E. Windows color (decimal): -15637622 or 9069329. OLE color: 9069329.

HSL color Cylindrical-coordinate representation of color #11638A: hue angle of 199.34º 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 #11638A is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 99 138 -
CMYK 0.88 0.28 0 0.46
HSL 199.34º 0.78% 0.3% -
HSV(B) 199.34º 0.88% 0.54% -
XYZ 9.28 10.88 25.66 -
YUV 78.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 17 99 138 0.88 0.28 0 0.46 199.34 0.78 0.3
Hex 11 63 8A 58 1C 0 2E C7 4E 1E
Octal 21 143 212 130 34 0 56 307 116 36
Binary 10001 1100011 10001010 1011000 11100 0 101110 11000111 1001110 11110

Color Harmonies of #11638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11638A

Black with #11638A

Text Example


Text Example

White with #11638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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