Html Css Color HEX #18637D Allports

📋 copy color: '#18637D'

red 24 ◦ green 99 ◦ blue 125

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

Shades of Allports #18637D

Tints of Allports #18637D

RGB

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

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

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

R = 9.68%
G = 39.92%
B = 50.4%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18637D (or 0x18637D) is known color: Allports. HEX triplet: 18, 63 and 7D. RGB value is (24,99,125). Sum of RGB (Red+Green+Blue) = 24+99+125=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #18637D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18637D is #E79C82. Grayscale: #4F4F4F. Windows color (decimal): -15178883 or 8217368. OLE color: 8217368.

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

Color convert

RGB 24 99 125 -
CMYK 0.81 0.21 0 0.51
HSL 195.45º 0.68% 0.29% -
HSV(B) 195.45º 0.81% 0.49% -
XYZ 8.54 10.6 21 -
YUV 79.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 24 99 125 0.81 0.21 0 0.51 195.45 0.68 0.29
Hex 18 63 7D 51 15 0 33 C3 44 1D
Octal 30 143 175 121 25 0 63 303 104 35
Binary 11000 1100011 1111101 1010001 10101 0 110011 11000011 1000100 11101

Color Harmonies of #18637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18637D

Black with #18637D

Text Example


Text Example

White with #18637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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