#18708B

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

Shades of Allports #18708B

Tints of Allports #18708B

Color information

#18708B (or 0x18708B) is unknown color: approx Allports. HEX triplet: 18, 70 and 8B. RGB value is (24,112,139). Sum of RGB (Red+Green+Blue) = 24+112+139=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #18708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18708B is #E78F74. Grayscale: #585858. Windows color (decimal): -15175541 or 9138200. OLE color: 9138200.

HSL color Cylindrical-coordinate representation of color #18708B: hue angle of 194.09º 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 #18708B is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24112139-
CMYK0.830.1900.45
HSL194.09º70.55%31.96%-
HSV(B)194.09º82.73%54.51%-
XYZ10.8313.6526.49-
YUV88.77156.3581.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=8.73%
G=40.73%
B=50.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241121390.830.1900.45194.0970.5531.96
Hex18708B531302Dc24720
Octal301602131232305530210740
Binary110001110000100010111010011100110101101110000101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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