#186993

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

Shades of Allports #186993

Tints of Allports #186993

Color information

#186993 (or 0x186993) is unknown color: approx Allports. HEX triplet: 18, 69 and 93. RGB value is (24,105,147). Sum of RGB (Red+Green+Blue) = 24+105+147=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #186993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186993 is #E7966C. Grayscale: #555555. Windows color (decimal): -15177325 or 9660696. OLE color: 9660696.

HSL color Cylindrical-coordinate representation of color #186993: hue angle of 200.49º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186993 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24105147-
CMYK0.840.2900.42
HSL200.49º71.93%33.53%-
HSV(B)200.49º83.67%57.65%-
XYZ10.6912.429.43-
YUV85.57162.6684.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=8.70%
G=38.04%
B=53.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241051470.840.2900.42200.4971.9333.53
Hex186993541D02Ac84822
Octal301512231243505231011042
Binary110001101001100100111010100111010101010110010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186993; }

 p { color: rgb(24,105,147); }

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

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

 a { background-color: rgb(24,105,147); }

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

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

 span { border-color: rgb(24,105,147); }

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