Html Css Color HEX #18617D Allports

📋 copy color: '#18617D'

red 24 ◦ green 97 ◦ blue 125

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

Shades of Allports #18617D

Tints of Allports #18617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

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

R = 9.76%
G = 39.43%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18617D (or 0x18617D) is known color: Allports. HEX triplet: 18, 61 and 7D. RGB value is (24,97,125). Sum of RGB (Red+Green+Blue) = 24+97+125=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #18617D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18617D is #E79E82. Grayscale: #4E4E4E. Windows color (decimal): -15179395 or 8216856. OLE color: 8216856.

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

Color convert

RGB 24 97 125 -
CMYK 0.81 0.22 0 0.51
HSL 196.63º 0.68% 0.29% -
HSV(B) 196.63º 0.81% 0.49% -
XYZ 8.35 10.22 20.94 -
YUV 78.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 24 97 125 0.81 0.22 0 0.51 196.63 0.68 0.29
Hex 18 61 7D 51 16 0 33 C5 44 1D
Octal 30 141 175 121 26 0 63 305 104 35
Binary 11000 1100001 1111101 1010001 10110 0 110011 11000101 1000100 11101

Color Harmonies of #18617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18617D

Black with #18617D

Text Example


Text Example

White with #18617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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