Html Css Color HEX #18617C Allports

📋 copy color: '#18617C'

red 24 ◦ green 97 ◦ blue 124

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

Shades of Allports #18617C

Tints of Allports #18617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 9.8%
G = 39.59%
B = 50.61%

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

#18617C (or 0x18617C) is known color: Allports. HEX triplet: 18, 61 and 7C. RGB value is (24,97,124). Sum of RGB (Red+Green+Blue) = 24+97+124=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #18617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18617C is #E79E83. Grayscale: #4E4E4E. Windows color (decimal): -15179396 or 8151320. OLE color: 8151320.

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

Color convert

RGB 24 97 124 -
CMYK 0.81 0.22 0 0.51
HSL 196.2º 0.68% 0.29% -
HSV(B) 196.2º 0.81% 0.49% -
XYZ 8.29 10.2 20.6 -
YUV 78.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 24 97 124 0.81 0.22 0 0.51 196.2 0.68 0.29
Hex 18 61 7C 51 16 0 33 C4 44 1D
Octal 30 141 174 121 26 0 63 304 104 35
Binary 11000 1100001 1111100 1010001 10110 0 110011 11000100 1000100 11101

Color Harmonies of #18617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18617C

Black with #18617C

Text Example


Text Example

White with #18617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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