Html Css Color HEX #11757D Allports

📋 copy color: '#11757D'

red 17 ◦ green 117 ◦ blue 125

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

Shades of Allports #11757D

Tints of Allports #11757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 6.56%
G = 45.17%
B = 48.26%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11757D (or 0x11757D) is known color: Allports. HEX triplet: 11, 75 and 7D. RGB value is (17,117,125). Sum of RGB (Red+Green+Blue) = 17+117+125=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #11757D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11757D is #EE8A82. Grayscale: #575757. Windows color (decimal): -15633027 or 8221969. OLE color: 8221969.

HSL color Cylindrical-coordinate representation of color #11757D: hue angle of 184.44º 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 #11757D is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 117 125 -
CMYK 0.86 0.06 0 0.51
HSL 184.44º 0.76% 0.28% -
HSV(B) 184.44º 0.86% 0.49% -
XYZ 10.29 14.32 21.62 -
YUV 88.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 17 117 125 0.86 0.06 0 0.51 184.44 0.76 0.28
Hex 11 75 7D 56 6 0 33 B8 4C 1C
Octal 21 165 175 126 6 0 63 270 114 34
Binary 10001 1110101 1111101 1010110 110 0 110011 10111000 1001100 11100

Color Harmonies of #11757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11757D

Black with #11757D

Text Example


Text Example

White with #11757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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