#18708D

Color #18708D Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #18708D

Tints of Allports #18708D

Color information

#18708D (or 0x18708D) is unknown color: approx Allports. HEX triplet: 18, 70 and 8D. RGB value is (24,112,141). Sum of RGB (Red+Green+Blue) = 24+112+141=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #18708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18708D is #E78F72. Grayscale: #585858. Windows color (decimal): -15175539 or 9269272. OLE color: 9269272.

HSL color Cylindrical-coordinate representation of color #18708D: hue angle of 194.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18708D is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24112141-
CMYK0.830.2100.45
HSL194.87º70.91%32.35%-
HSV(B)194.87º82.98%55.29%-
XYZ10.9813.7127.27-
YUV88.99157.3581.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=8.66%
G=40.43%
B=50.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241121410.830.2100.45194.8770.9132.35
Hex18708D531502Dc34720
Octal301602151232505530310740
Binary110001110000100011011010011101010101101110000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,112,141); }

 H1.HeaderClassName
 {
   color: #18708D;
 }
 .AnyTagClassName
 {
   color: #18708D;
 }
</style>
background-color css

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

 a { background-color: rgb(24,112,141); }

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

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

 span { border-color: rgb(24,112,141); }

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