#18668d

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

Shades of Allports #18668D

Tints of Allports #18668D

Color information

#18668D (or 0x18668D) is unknown color: approx Allports. HEX triplet: 18, 66 and 8D. RGB value is (24,102,141). Sum of RGB (Red+Green+Blue) = 24+102+141=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #18668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18668D is #E79972. Grayscale: #525252. Windows color (decimal): -15178099 or 9266712. OLE color: 9266712.

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

Color convert

RGB24102141-
CMYK0.830.2800.45
HSL200º70.91%32.35%-
HSV(B)200º82.98%55.29%-
XYZ9.9411.6226.92-
YUV83.12160.6685.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=8.99%
G=38.20%
B=52.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241021410.830.2800.4520070.9132.35
Hex18668D531C02Dc84720
Octal301462151233405531010740
Binary110001100110100011011010011111000101101110010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18668d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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