#18658B

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

Shades of Allports #18658B

Tints of Allports #18658B

Color information

#18658B (or 0x18658B) is unknown color: approx Allports. HEX triplet: 18, 65 and 8B. RGB value is (24,101,139). Sum of RGB (Red+Green+Blue) = 24+101+139=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #18658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18658B is #E79A74. Grayscale: #525252. Windows color (decimal): -15178357 or 9135384. OLE color: 9135384.

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

Color convert

RGB24101139-
CMYK0.830.2700.45
HSL199.83º70.55%31.96%-
HSV(B)199.83º82.73%54.51%-
XYZ9.6911.3726.11-
YUV82.31159.9986.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=9.09%
G=38.26%
B=52.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241011390.830.2700.45199.8370.5531.96
Hex18658B531B02Dc84720
Octal301452131233305531010740
Binary110001100101100010111010011110110101101110010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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