#18708E

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

Shades of Allports #18708E

Tints of Allports #18708E

Color information

#18708E (or 0x18708E) is unknown color: approx Allports. HEX triplet: 18, 70 and 8E. RGB value is (24,112,142). Sum of RGB (Red+Green+Blue) = 24+112+142=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #18708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18708E is #E78F71. Grayscale: #585858. Windows color (decimal): -15175538 or 9334808. OLE color: 9334808.

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

Color convert

RGB24112142-
CMYK0.830.2100.44
HSL195.25º71.08%32.55%-
HSV(B)195.25º83.1%55.69%-
XYZ11.0513.7427.66-
YUV89.11157.8581.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=8.63%
G=40.29%
B=51.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241121420.830.2100.44195.2571.0832.55
Hex18708E531502Cc34721
Octal301602161232505430310741
Binary110001110000100011101010011101010101100110000111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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