Html Css Color HEX #18677D Allports

📋 copy color: '#18677D'

red 24 ◦ green 103 ◦ blue 125

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

Shades of Allports #18677D

Tints of Allports #18677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 9.52%
G = 40.87%
B = 49.6%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18677D (or 0x18677D) is known color: Allports. HEX triplet: 18, 67 and 7D. RGB value is (24,103,125). Sum of RGB (Red+Green+Blue) = 24+103+125=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #18677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18677D is #E79882. Grayscale: #515151. Windows color (decimal): -15177859 or 8218392. OLE color: 8218392.

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

Color convert

RGB 24 103 125 -
CMYK 0.81 0.18 0 0.51
HSL 193.07º 0.68% 0.29% -
HSV(B) 193.07º 0.81% 0.49% -
XYZ 8.93 11.38 21.13 -
YUV 81.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 24 103 125 0.81 0.18 0 0.51 193.07 0.68 0.29
Hex 18 67 7D 51 12 0 33 C1 44 1D
Octal 30 147 175 121 22 0 63 301 104 35
Binary 11000 1100111 1111101 1010001 10010 0 110011 11000001 1000100 11101

Color Harmonies of #18677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18677D

Black with #18677D

Text Example


Text Example

White with #18677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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