#12688A

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

Shades of Allports #12688A

Tints of Allports #12688A

Color information

#12688A (or 0x12688A) is unknown color: approx Allports. HEX triplet: 12, 68 and 8A. RGB value is (18,104,138). Sum of RGB (Red+Green+Blue) = 18+104+138=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #12688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12688A is #ED9775. Grayscale: #515151. Windows color (decimal): -15570806 or 9070610. OLE color: 9070610.

HSL color Cylindrical-coordinate representation of color #12688A: hue angle of 197º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12688A is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18104138-
CMYK0.870.2500.46
HSL197º76.92%30.59%-
HSV(B)197º86.96%54.12%-
XYZ9.7911.8625.82-
YUV82.16159.5182.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=6.92%
G=40%
B=53.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181041380.870.2500.4619776.9230.59
Hex12688A571902Ec54d1f
Octal221502121273105630511537
Binary10010110100010001010101011111001010111011000101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12688A; }

 p { color: rgb(18,104,138); }

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

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

 a { background-color: rgb(18,104,138); }

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

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

 span { border-color: rgb(18,104,138); }

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