#18668E

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

Shades of Allports #18668E

Tints of Allports #18668E

Color information

#18668E (or 0x18668E) is unknown color: approx Allports. HEX triplet: 18, 66 and 8E. RGB value is (24,102,142). Sum of RGB (Red+Green+Blue) = 24+102+142=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #18668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18668E is #E79971. Grayscale: #535353. Windows color (decimal): -15178098 or 9332248. OLE color: 9332248.

HSL color Cylindrical-coordinate representation of color #18668E: hue angle of 200.34º 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 #18668E is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24102142-
CMYK0.830.2800.44
HSL200.34º71.08%32.55%-
HSV(B)200.34º83.1%55.69%-
XYZ10.0111.6527.31-
YUV83.24161.1685.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=8.96%
G=38.06%
B=52.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241021420.830.2800.44200.3471.0832.55
Hex18668E531C02Cc84721
Octal301462161233405431010741
Binary110001100110100011101010011111000101100110010001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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