Html Css Color HEX #11617F Allports

📋 copy color: '#11617F'

red 17 ◦ green 97 ◦ blue 127

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

Shades of Allports #11617F

Tints of Allports #11617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.25%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 7.05%
G = 40.25%
B = 52.7%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11617F (or 0x11617F) is known color: Allports. HEX triplet: 11, 61 and 7F. RGB value is (17,97,127). Sum of RGB (Red+Green+Blue) = 17+97+127=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #11617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11617F is #EE9E80. Grayscale: #4C4C4C. Windows color (decimal): -15638145 or 8347921. OLE color: 8347921.

HSL color Cylindrical-coordinate representation of color #11617F: hue angle of 196.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11617F is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 97 127 -
CMYK 0.87 0.24 0 0.50
HSL 196.36º 0.76% 0.28% -
HSV(B) 196.36º 0.87% 0.5% -
XYZ 8.34 10.2 21.61 -
YUV 76.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 17 97 127 0.87 0.24 0 0.50 196.36 0.76 0.28
Hex 11 61 7F 57 18 0 32 C4 4C 1C
Octal 21 141 177 127 30 0 62 304 114 34
Binary 10001 1100001 1111111 1010111 11000 0 110010 11000100 1001100 11100

Color Harmonies of #11617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11617F

Black with #11617F

Text Example


Text Example

White with #11617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11617F; }

 p { color: rgb(17,97,127); }

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

background-color css

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

 a { background-color: rgb(17,97,127); }

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

border-color css

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

 span { border-color: rgb(17,97,127); }

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