Html Css Color HEX #11647D Allports

📋 copy color: '#11647D'

red 17 ◦ green 100 ◦ blue 125

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

Shades of Allports #11647D

Tints of Allports #11647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.32%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 7.02%
G = 41.32%
B = 51.65%

CMYK

 C value IS 0.86

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11647D (or 0x11647D) is known color: Allports. HEX triplet: 11, 64 and 7D. RGB value is (17,100,125). Sum of RGB (Red+Green+Blue) = 17+100+125=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #11647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11647D is #EE9B82. Grayscale: #4D4D4D. Windows color (decimal): -15637379 or 8217617. OLE color: 8217617.

HSL color Cylindrical-coordinate representation of color #11647D: hue angle of 193.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11647D is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 100 125 -
CMYK 0.86 0.2 0 0.51
HSL 193.89º 0.76% 0.28% -
HSV(B) 193.89º 0.86% 0.49% -
XYZ 8.49 10.71 21.02 -
YUV 78.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 17 100 125 0.86 0.2 0 0.51 193.89 0.76 0.28
Hex 11 64 7D 56 14 0 33 C2 4C 1C
Octal 21 144 175 126 24 0 63 302 114 34
Binary 10001 1100100 1111101 1010110 10100 0 110011 11000010 1001100 11100

Color Harmonies of #11647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11647D

Black with #11647D

Text Example


Text Example

White with #11647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11647D; }

 p { color: rgb(17,100,125); }

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

background-color css

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

 a { background-color: rgb(17,100,125); }

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

border-color css

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

 span { border-color: rgb(17,100,125); }

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