#11698E

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

Shades of Allports #11698E

Tints of Allports #11698E

Color information

#11698E (or 0x11698E) is unknown color: approx Allports. HEX triplet: 11, 69 and 8E. RGB value is (17,105,142). Sum of RGB (Red+Green+Blue) = 17+105+142=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #11698E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11698E is #EE9671. Grayscale: #525252. Windows color (decimal): -15636082 or 9333009. OLE color: 9333009.

HSL color Cylindrical-coordinate representation of color #11698E: hue angle of 197.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11698E is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17105142-
CMYK0.880.2600.44
HSL197.76º78.62%31.18%-
HSV(B)197.76º88.03%55.69%-
XYZ10.1712.1827.41-
YUV82.91161.3580.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=6.44%
G=39.77%
B=53.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171051420.880.2600.44197.7678.6231.18
Hex11698E581A02Cc64f1f
Octal211512161303205430611737
Binary10001110100110001110101100011010010110011000110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,105,142); }

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

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

 a { background-color: rgb(17,105,142); }

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

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

 span { border-color: rgb(17,105,142); }

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