#18738D

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

Shades of Allports #18738D

Tints of Allports #18738D

Color information

#18738D (or 0x18738D) is unknown color: approx Allports. HEX triplet: 18, 73 and 8D. RGB value is (24,115,141). Sum of RGB (Red+Green+Blue) = 24+115+141=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #18738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18738D is #E78C72. Grayscale: #5A5A5A. Windows color (decimal): -15174771 or 9270040. OLE color: 9270040.

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

Color convert

RGB24115141-
CMYK0.830.1800.45
HSL193.33º70.91%32.35%-
HSV(B)193.33º82.98%55.29%-
XYZ11.3214.3827.38-
YUV90.76156.3580.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.57%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=8.57%
G=41.07%
B=50.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241151410.830.1800.45193.3370.9132.35
Hex18738D531202Dc14720
Octal301632151232205530110740
Binary110001110011100011011010011100100101101110000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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