Html Css Color HEX #18687D Allports

📋 copy color: '#18687D'

red 24 ◦ green 104 ◦ blue 125

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

Shades of Allports #18687D

Tints of Allports #18687D

RGB

 RED value IS 24 (9.77% from 255) = 9.49%

 GREEN value IS 104 (41.02% from 255) = 41.11%

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

R = 9.49%
G = 41.11%
B = 49.41%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18687D (or 0x18687D) is known color: Allports. HEX triplet: 18, 68 and 7D. RGB value is (24,104,125). Sum of RGB (Red+Green+Blue) = 24+104+125=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #18687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18687D is #E79782. Grayscale: #525252. Windows color (decimal): -15177603 or 8218648. OLE color: 8218648.

HSL color Cylindrical-coordinate representation of color #18687D: hue angle of 192.48º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18687D is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 104 125 -
CMYK 0.81 0.17 0 0.51
HSL 192.48º 0.68% 0.29% -
HSV(B) 192.48º 0.81% 0.49% -
XYZ 9.03 11.58 21.16 -
YUV 82.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 24 104 125 0.81 0.17 0 0.51 192.48 0.68 0.29
Hex 18 68 7D 51 11 0 33 C0 44 1D
Octal 30 150 175 121 21 0 63 300 104 35
Binary 11000 1101000 1111101 1010001 10001 0 110011 11000000 1000100 11101

Color Harmonies of #18687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18687D

Black with #18687D

Text Example


Text Example

White with #18687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,104,125); }

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

background-color css

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

 a { background-color: rgb(24,104,125); }

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

border-color css

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

 span { border-color: rgb(24,104,125); }

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