#18638A

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

Shades of Allports #18638A

Tints of Allports #18638A

Color information

#18638A (or 0x18638A) is unknown color: approx Allports. HEX triplet: 18, 63 and 8A. RGB value is (24,99,138). Sum of RGB (Red+Green+Blue) = 24+99+138=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #18638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18638A is #E79C75. Grayscale: #505050. Windows color (decimal): -15178870 or 9069336. OLE color: 9069336.

HSL color Cylindrical-coordinate representation of color #18638A: hue angle of 200.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18638A is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2499138-
CMYK0.830.2800.46
HSL200.53º70.37%31.76%-
HSV(B)200.53º82.61%54.12%-
XYZ9.4310.9525.66-
YUV81.02160.1587.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=9.20%
G=37.93%
B=52.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24991380.830.2800.46200.5370.3731.76
Hex18638A531C02Ec94620
Octal301432121233405631110640
Binary110001100011100010101010011111000101110110010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18638A; }

 p { color: rgb(24,99,138); }

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

<style>
 a { background-color: #18638A; }

 a { background-color: rgb(24,99,138); }

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

<style>
 span { border-color: #18638A; }

 span { border-color: rgb(24,99,138); }

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