Html Css Color HEX #116390 Allports

📋 copy color: '#116390'

red 17 ◦ green 99 ◦ blue 144

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

Shades of Allports #116390

Tints of Allports #116390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 6.54%
G = 38.08%
B = 55.38%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116390 (or 0x116390) is known color: Allports. HEX triplet: 11, 63 and 90. RGB value is (17,99,144). Sum of RGB (Red+Green+Blue) = 17+99+144=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #116390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116390 is #EE9C6F. Grayscale: #4F4F4F. Windows color (decimal): -15637616 or 9462545. OLE color: 9462545.

HSL color Cylindrical-coordinate representation of color #116390: hue angle of 201.26º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116390 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 99 144 -
CMYK 0.88 0.31 0 0.44
HSL 201.26º 0.79% 0.32% -
HSV(B) 201.26º 0.88% 0.56% -
XYZ 9.73 11.06 28.01 -
YUV 79.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 17 99 144 0.88 0.31 0 0.44 201.26 0.79 0.32
Hex 11 63 90 58 1F 0 2C C9 4F 20
Octal 21 143 220 130 37 0 54 311 117 40
Binary 10001 1100011 10010000 1011000 11111 0 101100 11001001 1001111 100000

Color Harmonies of #116390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116390

Black with #116390

Text Example


Text Example

White with #116390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116390; }

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

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

background-color css

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

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

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

border-color css

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

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

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